diff options
author | bryan newbold <bnewbold@snark.mit.edu> | 2009-01-19 06:23:59 -0500 |
---|---|---|
committer | bryan newbold <bnewbold@snark.mit.edu> | 2009-01-19 06:23:59 -0500 |
commit | 778c4c880e5fc1251286610c35aea5d5266fbe30 (patch) | |
tree | f583c7fda6b278cca2bb7b7b5aa377cb6de26824 /bn_django/templates | |
parent | cd98a4f09f4d6a7676b9c4685ac9805a93533c0a (diff) | |
download | bnewnet-778c4c880e5fc1251286610c35aea5d5266fbe30.tar.gz bnewnet-778c4c880e5fc1251286610c35aea5d5266fbe30.zip |
Made changes so knowledge items get the TOC banged right. Probably looks bad in other browsers...
Diffstat (limited to 'bn_django/templates')
-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 %} |