diff -r dd313f32bbe3 -r 3a325a865252 project/templates/registration/registrations.html --- a/project/templates/registration/registrations.html Wed Jul 21 03:26:58 2010 +0530 +++ b/project/templates/registration/registrations.html Wed Jul 21 03:27:56 2010 +0530 @@ -6,7 +6,7 @@ {% block content %} -

Submit Registration

+

Registration Statistics

{% if over_reg %}
@@ -18,9 +18,16 @@
{% endif %} -

Currently {{ registrations }} persons have registered to attend SciPy.in 2009.

+

+ Currently {{ registrations }} people have registered + to attend {{ event.get_full_name }}. +

-

To attend SciPy.in 2009 please register

- +{% if not registration %} +

+ To attend {{ event.get_full_name }} please register +

+{% endif %} {% endblock %}