diff options
Diffstat (limited to 'chimere/templates/base.html')
| -rw-r--r-- | chimere/templates/base.html | 6 |
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 %} |
