changeset 25 | ac6b2a75eecb |
parent 22 | 549668922357 |
child 27 | 960f4ec130d4 |
--- a/template/submission.html Sat Sep 05 04:41:28 2009 -0400 +++ b/template/submission.html Thu Oct 01 03:30:44 2009 -0400 @@ -34,6 +34,7 @@ {% block content %} <table> <tr> + <th> Serial Number </th> <th> Name </th> <th> Email-id </th> <th> Language </th> @@ -44,6 +45,7 @@ </tr> {% for participant in participants %} <tr> + <td>{{ forloop.counter }}</td> <td>{{ participant.participant.name }}</td> <td>{{ participant.participant.email }}</td> <td>{{ participant.participant.language }}</td>