# HG changeset patch # User Madhusudan.C.S # Date 1288717373 -19800 # Node ID ec3f4b2e8d379fa69f44aea0a5fca031b2af378b # Parent 808abc104b55a56e86f987a8e201838179d9bdcd Add the tempalte to display registration details. 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 %}