templates/send_workshop_confirm.html
branchanoop
changeset 90 1a6e1af98624
parent 89 b8fc66038d0d
child 93 505989755cd8
--- a/templates/send_workshop_confirm.html	Wed Jul 14 20:20:33 2010 +0530
+++ b/templates/send_workshop_confirm.html	Wed Jul 14 20:47:37 2010 +0530
@@ -3,7 +3,8 @@
 Workshop Confirmaton Mail
 {% endblock %}
 {% block content %}
-{% for user in matches %}
-{{user}} <br />
-{% endfor %}
+<form action="" method=post>
+		{{ form.as_p }}
+		<input type=submit value=send />
+</form>
 {% endblock %}