Template additions.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Thu, 01 Oct 2009 03:30:44 -0400
changeset 25 ac6b2a75eecb
parent 24 7bf724544c9b
child 26 6d51b97c1b22
Template additions.
template/submission.html
--- 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>