fixed a typo in template anoop
authornishanth
Wed, 14 Jul 2010 20:20:33 +0530
branchanoop
changeset 89 b8fc66038d0d
parent 88 33200c7d163a
child 90 1a6e1af98624
fixed a typo in template
templates/send_workshop_confirm.html
--- a/templates/send_workshop_confirm.html	Wed Jul 14 20:19:10 2010 +0530
+++ b/templates/send_workshop_confirm.html	Wed Jul 14 20:20:33 2010 +0530
@@ -4,6 +4,6 @@
 {% endblock %}
 {% block content %}
 {% for user in matches %}
-user
+{{user}} <br />
 {% endfor %}
 {% endblock %}