diff -r 9f305face605 -r 505989755cd8 templates/send_workshop_confirm.html --- a/templates/send_workshop_confirm.html Wed Jul 14 21:04:59 2010 +0530 +++ b/templates/send_workshop_confirm.html Thu Jul 15 01:06:32 2010 +0530 @@ -4,7 +4,15 @@ {% endblock %} {% block content %}
- {{ form.as_p }} - + +{% for m in matches %} + + + + + +{% endfor %} +
{{m.first_name}} {{m.gender}}
+
{% endblock %}