diff options
author | Madhusudan.C.S | 2010-12-09 19:50:24 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-12-09 19:50:24 +0530 |
commit | 4da53ce3aaa982eb1007646a0b50fdce7cd00cfc (patch) | |
tree | 69772f633e69c1d295b7e353c07bb18471673016 /project | |
parent | 177b37f4650ba69d7d1bac07e78eb51bff786b37 (diff) | |
download | scipycon-4da53ce3aaa982eb1007646a0b50fdce7cd00cfc.tar.gz scipycon-4da53ce3aaa982eb1007646a0b50fdce7cd00cfc.tar.bz2 scipycon-4da53ce3aaa982eb1007646a0b50fdce7cd00cfc.zip |
Fix the all accommodation number to female requirements.
Diffstat (limited to 'project')
-rw-r--r-- | project/templates/registration/regstats.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/templates/registration/regstats.html b/project/templates/registration/regstats.html index 6baf8ec..36d43b5 100644 --- a/project/templates/registration/regstats.html +++ b/project/templates/registration/regstats.html @@ -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> |