diff -r defd9ea5f143 -r 781d7bc60cc9 project/templates/registration/regstats.html
--- a/project/templates/registration/regstats.html Thu Dec 09 19:50:24 2010 +0530
+++ b/project/templates/registration/regstats.html Thu Dec 09 20:04:51 2010 +0530
@@ -32,20 +32,8 @@
{% for acco in acco_days %}
- Accommodation on {{ forloop.counter|add:"11" }} |
- {{ acco }} |
-
- {% endfor %}
- {% for acco_m in acco_male %}
-
- Accommodation on {{ forloop.counter|add:"11" }}(Male) |
- {{ acco_m }} |
-
- {% endfor %}
- {% for acco_f in acco_female %}
-
- Accommodation on {{ forloop.counter|add:"11" }}(Female) |
- {{ acco_f }} |
+ Accommodation requested on {{ forloop.counter|add:"11" }}th night |
+ {{ acco.total }} (Male: {{ acco.male }} Female: {{ acco.female }}) |
{% endfor %}