diff options
Diffstat (limited to 'yaksh/templates/base.html')
-rw-r--r-- | yaksh/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/templates/base.html b/yaksh/templates/base.html index 2842c8b..e5d1a56 100644 --- a/yaksh/templates/base.html +++ b/yaksh/templates/base.html @@ -60,7 +60,7 @@ <div class="content"> <div class="header"> - <h3><center>{% block pagetitle %}{% endblock pagetitle %}</center></h2> + <h3><center>{% block pagetitle %}{% endblock pagetitle %}</center></h3> </div> {% block content %} {% endblock %} |