Fix the all accommodation number to female requirements.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Thu, 09 Dec 2010 19:50:24 +0530
changeset 351 defd9ea5f143
parent 350 baf939071b60
child 352 781d7bc60cc9
Fix the all accommodation number to female requirements.
project/templates/registration/regstats.html
--- a/project/templates/registration/regstats.html	Thu Dec 09 19:49:27 2010 +0530
+++ b/project/templates/registration/regstats.html	Thu Dec 09 19:50:24 2010 +0530
@@ -42,7 +42,7 @@
    <td>{{ acco_m }}</td>
   </tr>
  {% endfor %}
- {% for acco_f in acco_days %}
+ {% for acco_f in acco_female %}
   <tr>
    <td>Accommodation on {{ forloop.counter|add:"11" }}(Female)</td>
    <td>{{ acco_f }}</td>