Removed E-mail address field in the table.
--- a/template/submission.html Thu Oct 01 14:15:05 2009 +0530
+++ b/template/submission.html Thu Oct 01 14:17:44 2009 +0530
@@ -35,8 +35,7 @@
<table>
<tr>
<th> Serial Number </th>
- <th> Name </th>
- <th> Email-id </th>
+ <th> Name </th>
<th> Language </th>
<th> Category </th>
<th> File </th>
@@ -45,7 +44,6 @@
<tr>
<td>{{ forloop.counter }}</td>
<td>{{ participant.participant.name }}</td>
- <td>{{ participant.participant.email }}</td>
<td>{{ participant.participant.language }}</td>
<td>{{ participant.participant.category }}</td>
<td><a href="/{{ participant.participant.filename }}">{{ participant.file_name }}</a></td>