diff options
-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> |