From 48f3c42a37c6776e54912f927edb2b969d14ae11 Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Mon, 15 Nov 2010 19:36:00 +0530 Subject: Add a - to the title of the header for Registration Statistics page. --HG-- branch : payments --- project/templates/registration/regstats.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project/templates/registration/regstats.html') diff --git a/project/templates/registration/regstats.html b/project/templates/registration/regstats.html index e1a0736..f73a36f 100644 --- a/project/templates/registration/regstats.html +++ b/project/templates/registration/regstats.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}Registration Statistics{% endblock %} +{% block title %}Registration Statistics - {% endblock %} {% block content %}

Registration Statistics

-- cgit