# HG changeset patch # User nishanth # Date 1279119033 -19800 # Node ID b8fc66038d0d21c2610fdd00a51bffb3b4cf153d # Parent 33200c7d163ab37bc87df3b4db02ee17d755a2c3 fixed a typo in template diff -r 33200c7d163a -r b8fc66038d0d 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}}
{% endfor %} {% endblock %}