diff -r 808abc104b55 -r ec3f4b2e8d37 project/templates/registration/regstats.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/project/templates/registration/regstats.html Tue Nov 02 22:32:53 2010 +0530 @@ -0,0 +1,26 @@ +{% extends "base.html" %} + +{% block title %}Registration Statistics{% endblock %} + +{% block content %} +

Registration Statistics

+ + + + + + + + + + + + + + + + + + +
EventNumber of people registered
Conference{{ conf_num }}
Tutorials{{ tut_num }}
Sprint{{ sprint_num }}
+{% endblock content %}