summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorsubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 05:45:26 +0100
committersubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 05:45:26 +0100
commitefd47085261e73c08e8d5fe9eaadbc8f761fe7ac (patch)
tree25301974c2bab519cdec78d47db4b4f0100b956f /templates/base.html
parent98a3d44eed3286da2c0124253c89d83f16aa095b (diff)
downloadtroggle-efd47085261e73c08e8d5fe9eaadbc8f761fe7ac.tar.gz
troggle-efd47085261e73c08e8d5fe9eaadbc8f761fe7ac.tar.bz2
troggle-efd47085261e73c08e8d5fe9eaadbc8f761fe7ac.zip
[svn] I initial work at adding caveareas. (Descirprion of parts of caves)
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8226 by julian @ 1/24/2009 6:49 PM
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index 5357af1..b1fc47f 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -34,8 +34,10 @@
-<div id="content" >
-{% block content %}
+<div id="content" >
+{% block contentheader %}
+{% endblock %}
+{% block content %}
REPLACE : The content
{% endblock %}
<br class="clearfloat" /> <!--This is to ensure that the content div expands around floated objects*/-->