From 34ad0ece43dd6c3ad01fc4d3fccec5c0f024ed94 Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Tue, 2 Nov 2010 22:32:53 +0530 Subject: Add the tempalte to display registration details. --- project/templates/registration/regstats.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 project/templates/registration/regstats.html (limited to 'project/templates') diff --git a/project/templates/registration/regstats.html b/project/templates/registration/regstats.html new file mode 100644 index 0000000..e1a0736 --- /dev/null +++ b/project/templates/registration/regstats.html @@ -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 %} -- cgit