templates/send_workshop_confirm.html
branchanoop
changeset 92 9f305face605
parent 90 1a6e1af98624
child 93 505989755cd8
equal deleted inserted replaced
91:9fab907060a7 92:9f305face605
       
     1 {% extends 'base.html' %}
       
     2 {% block title %}
       
     3 Workshop Confirmaton Mail
       
     4 {% endblock %}
       
     5 {% block content %}
       
     6 <form action="" method=post>
       
     7 		{{ form.as_p }}
       
     8 		<input type=submit value=send />
       
     9 </form>
       
    10 {% endblock %}