From 5f2ec55cd1dc78a36198dac182e47a47d5c4e523 Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Thu, 9 Dec 2010 20:04:51 +0530 Subject: Update male and female status and html page rendering for accommodation. --- project/templates/registration/regstats.html | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'project/templates') diff --git a/project/templates/registration/regstats.html b/project/templates/registration/regstats.html index 36d43b5..1e3a141 100644 --- a/project/templates/registration/regstats.html +++ b/project/templates/registration/regstats.html @@ -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 %} -- cgit