summaryrefslogtreecommitdiff
path: root/chimere/templates/base.html
diff options
context:
space:
mode:
authoretienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864>2010-04-05 16:27:14 +0000
committeretienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864>2010-04-05 16:27:14 +0000
commit04371d1191f094eb6a2e1c16a37fe2f6a590ee36 (patch)
treef8b6b396338dc706c195e183ed4ee70c116b9463 /chimere/templates/base.html
parent64004ac6382cc439dcd07876db95e5e85b9b2e0c (diff)
downloadChimère-04371d1191f094eb6a2e1c16a37fe2f6a590ee36.tar.bz2
Chimère-04371d1191f094eb6a2e1c16a37fe2f6a590ee36.zip
Make available a simple version of the site #91 - Permalink don't check the categories anymore with dynamic categories #90
git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@75 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864
Diffstat (limited to 'chimere/templates/base.html')
-rw-r--r--chimere/templates/base.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/chimere/templates/base.html b/chimere/templates/base.html
index 0d40c4c..9be4573 100644
--- a/chimere/templates/base.html
+++ b/chimere/templates/base.html
@@ -14,9 +14,9 @@
{% block head %}{% endblock %}
</head>
-<body>
+{% block bodyhead %}<body>{% endblock %}
{% block top %}{% endblock %}
- <div id="topbar">
+ {% block actions %}<div id="topbar">
<ul id='action'>
{% for action, subactions in actions %}
<li{% ifequal action.id action_selected.0 %} class='selected'{% endifequal %}>
@@ -29,7 +29,7 @@
</li>
{% endfor %}
</ul>
- </div>
+ </div>{% endblock %}
{% block sidebar %}{% endblock %}
{% block message_map %}{% endblock %}
{% block message_edit %}{% endblock %}