diff options
Diffstat (limited to 'bn_django/templates/base.html')
-rw-r--r-- | bn_django/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html index 40830bd..921d6ad 100644 --- a/bn_django/templates/base.html +++ b/bn_django/templates/base.html @@ -61,6 +61,7 @@ {% block path %}{% endblock %} </span> <h1 class="pagetitle">{% block title %}Hey Hey Hey!{% endblock %}</h1> +<h2 class="pagesubtitle">{% block subtitle %}{% endblock %}</h2> <div class="right_stuff"> {% block right_stuff %} {% endblock %} |