Template additions.
--- 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>