templates/send_workshop_confirm.html
branchanoop
changeset 161 c7c5c727a483
parent 160 2f01af211af9
child 162 27dd4494e7b4
--- a/templates/send_workshop_confirm.html	Thu Jul 22 19:34:24 2010 +0530
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-{% extends 'base.html' %}
-{% block title %}
-Workshop Confirmaton Mail
-{% endblock %}
-{% block content %}
-<form action="" method=post>
-<table cellspacing=2 cellpadding=2>
-{% for m in matches %}
-<tr>
-<td> <input type="checkbox" name="selected_users" value="{{m.id}}" id="id_selected_users_0" /> </td>
-<td> {{m}} </td>
-<td> {{m.gender}} </td>
-<td> {{m.profession}}</td>
-<td> {{m.affiliated_to}} </td>
-</tr>
-{% endfor %}
-</table>
-<input type=submit value=send />
-</form>
-{% endblock %}