From a67109b6869d4f65a807f43b99a85bc4ce82b585 Mon Sep 17 00:00:00 2001 From: etienne Date: Tue, 19 Jan 2010 21:44:07 +0000 Subject: Simplify the customization of headers - #69 git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@49 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864 --- templates/base.html | 1 + templates/base_user.html | 1 + 2 files changed, 2 insertions(+) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index b03563a..d8127cc 100644 --- a/templates/base.html +++ b/templates/base.html @@ -9,6 +9,7 @@ // --> {% block extra_head %}{{extra_head|safe}}{% endblock %} + {% block head %}{% endblock %} diff --git a/templates/base_user.html b/templates/base_user.html index 2255311..70f2142 100644 --- a/templates/base_user.html +++ b/templates/base_user.html @@ -1,6 +1,7 @@ {% extends "base.html" %} {% load i18n %} {# to customize your base Chimère template add codes between the following blocks #} +{# head of the document #}{% block head %}{% endblock %} {# top of the page before the tabs #}{% block top %}{% endblock %} {# message block displayed on the map #}{% block message_map %}{% endblock %} {# message block displayed on the edit pages #}{% block message_edit %}{% endblock %} -- cgit v1.2.3