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