From 4116f4fbd97f29da90482f2a008fad227bbdb6e8 Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Thu, 9 Dec 2010 19:08:12 +0530 Subject: Make downloadable CSV for stats page. --HG-- extra : rebase_source : 8f9d21245ede2f73a693ba91bc72b5f698927b07 --- project/templates/registration/regstats.html | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'project/templates/registration') diff --git a/project/templates/registration/regstats.html b/project/templates/registration/regstats.html index f73a36f..2b9ea95 100644 --- a/project/templates/registration/regstats.html +++ b/project/templates/registration/regstats.html @@ -22,5 +22,16 @@ Sprint {{ sprint_num }} +{% for acco in acco_days %} + + Accommodation on {{ forloop.counter|add:"11" }} + {{ acco }} + + {% endfor %} + + +To download PDF +here + {% endblock content %} -- cgit