diff options
Diffstat (limited to 'project/templates/registration/regstats.html')
-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> |