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 + 1 file changed, 1 insertion(+) (limited to 'templates/base.html') 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 %} -- cgit v1.2.3