equal
deleted
inserted
replaced
1 {% extends 'base.html' %} |
1 {% extends 'base.html' %} |
2 {% block title %} |
2 {% block title %} |
3 Send Accomodation Confirmation |
3 Send Accomodation Confirmation |
4 {% endblock %} |
4 {% endblock %} |
5 {% block content %} |
5 {% block content %} |
6 <form action="" method=post> |
6 <br /> |
|
7 <form action="" method=post><form action="" method=post> |
|
8 Dear so and so,<br /> |
|
9 <br/> |
|
10 Your request for accomodation during Sage Days 25, India has been approved. |
|
11 <br /> |
|
12 message:<br /> |
|
13 <textarea name="message" rows=15 cols=40></textarea> |
|
14 |
7 Not Selected ppl: {{not_selected.count}}<br > |
15 Not Selected ppl: {{not_selected.count}}<br > |
8 <table cellspacing=2 cellpadding=2> |
16 <table cellspacing=2 cellpadding=2> |
9 {% for m in not_selected %} |
17 {% for m in not_selected %} |
10 <tr> |
18 <tr> |
11 <td> <input type="checkbox" name="selected_users" value="{{m.id}}" id="id_selected_users_0" /> </td> |
19 <td> <input type="checkbox" name="selected_users" value="{{m.id}}" id="id_selected_users_0" /> </td> |