--- a/templates/send_acco_cnf.html Mon Jul 26 17:44:26 2010 +0530
+++ b/templates/send_acco_cnf.html Mon Jul 26 17:46:36 2010 +0530
@@ -17,18 +17,6 @@
{% endfor %}
</table>
<br />
-Selected but not Confirmed Ppl: {{selected_not_confirmed.count}}<br />
-<table cellspacing=2 cellpadding=2>
-{% for m in selected_not_confirmed %}
-<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>
Rejected Ppl: {{rejected.count}}<br />
<table cellspacing=2 cellpadding=2>
@@ -46,9 +34,9 @@
<input type=submit value="Send confirmation email" />
</form>
<br /><br />
-Selected and confirmed Ppl: {{selected_confirmed.count}}<br />
+Selected Ppl: {{selected_confirmed.count}}<br />
<table cellspacing=2 cellpadding=2>
-{% for m in selected_confirmed %}
+{% for m in selected %}
<tr>
<td> {{m}} </td>
<td> {{m.gender}} </td>