diff options
author | Madhusudan.C.S | 2010-11-15 19:36:00 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-11-15 19:36:00 +0530 |
commit | 48f3c42a37c6776e54912f927edb2b969d14ae11 (patch) | |
tree | 501695182d39d9f2ac20f796c8ab638f5189da3a /project/templates/registration/regstats.html | |
parent | 4b343a8d508ec2d957a9e43d53b0951c8be52cd4 (diff) | |
download | scipycon-48f3c42a37c6776e54912f927edb2b969d14ae11.tar.gz scipycon-48f3c42a37c6776e54912f927edb2b969d14ae11.tar.bz2 scipycon-48f3c42a37c6776e54912f927edb2b969d14ae11.zip |
Add a - to the title of the header for Registration Statistics page.
--HG--
branch : payments
Diffstat (limited to 'project/templates/registration/regstats.html')
-rw-r--r-- | project/templates/registration/regstats.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} <h1>Registration Statistics</h1> |