From d7f4dede2d05ee22bb4d743aef1586631ec35b48 Mon Sep 17 00:00:00 2001 From: etienne Date: Sun, 17 Jan 2010 19:03:44 +0000 Subject: Simplify the customization of templates - #69 git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@43 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864 --- templates/main_map.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'templates/main_map.html') diff --git a/templates/main_map.html b/templates/main_map.html index 164d0ae..4d4f94d 100644 --- a/templates/main_map.html +++ b/templates/main_map.html @@ -1,6 +1,7 @@ -{% extends "base.html" %} +{% extends "base_user.html" %} {% load i18n %} -{% block sidebar %} +{% block message_edit %}{% endblock %} +{% block sidebar %}{{ block.super }}
    {% for category, lst_sub_categories in sub_categories %} @@ -37,7 +38,7 @@ lst_{{category.id}}.push("{{sub_category.id}}");{% endfor %}
{{welcome}}{% endblock %} -{% block content %}
+{% block content %}{{ block.super }}
{% endblock %} -{% block footer %} - +{% block footer %} {% endblock %} -- cgit v1.2.3