project/templates/registration/regstats.html
changeset 348 88cb9f42880c
parent 344 47db5bd2a791
child 349 4a07363689b5
--- a/project/templates/registration/regstats.html	Thu Dec 09 19:21:04 2010 +0530
+++ b/project/templates/registration/regstats.html	Thu Dec 09 19:33:57 2010 +0530
@@ -22,6 +22,14 @@
  <td>Sprint</td>
  <td>{{ sprint_num }}</td>
 </tr>
+<tr>
+ <td>Male participants requesting accommodation</td>
+ <td>{{ male }}</td>
+</tr>
+<tr>
+ <td>Female participants requesting accommodation</td>
+ <td>{{ female }}</td>
+</tr>
 {% for acco in acco_days %}
   <tr>
    <td>Accommodation on {{ forloop.counter|add:"11" }}</td>