aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/templates
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@snark.mit.edu>2009-01-19 06:23:59 -0500
committerbryan newbold <bnewbold@snark.mit.edu>2009-01-19 06:23:59 -0500
commit778c4c880e5fc1251286610c35aea5d5266fbe30 (patch)
treef583c7fda6b278cca2bb7b7b5aa377cb6de26824 /bn_django/templates
parentcd98a4f09f4d6a7676b9c4685ac9805a93533c0a (diff)
downloadbnewnet-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.html1
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 %}