diff -r 4a07363689b5 -r baf939071b60 project/templates/registration/regstats.html
--- a/project/templates/registration/regstats.html Thu Dec 09 19:34:39 2010 +0530
+++ b/project/templates/registration/regstats.html Thu Dec 09 19:49:27 2010 +0530
@@ -36,6 +36,18 @@
{{ acco }} |
{% endfor %}
+ {% for acco_m in acco_male %}
+
+ Accommodation on {{ forloop.counter|add:"11" }}(Male) |
+ {{ acco_m }} |
+
+ {% endfor %}
+ {% for acco_f in acco_days %}
+
+ Accommodation on {{ forloop.counter|add:"11" }}(Female) |
+ {{ acco_f }} |
+
+ {% endfor %}