templates/send_workshop_confirm.html
branchanoop
changeset 86 1f0be76a18fc
child 89 b8fc66038d0d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/send_workshop_confirm.html	Wed Jul 14 20:15:39 2010 +0530
@@ -0,0 +1,9 @@
+{% extends 'base.html' %}
+{% block title %}
+Workshop Confirmaton Mail
+{% endblock %}
+{% block content %}
+{% for user in matches %}
+user
+{% endfor %}
+{% endblock %}