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/edit_route.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'templates/edit_route.html') diff --git a/templates/edit_route.html b/templates/edit_route.html index d870b0e..7f1aa1d 100644 --- a/templates/edit_route.html +++ b/templates/edit_route.html @@ -1,9 +1,7 @@ -{% extends "base.html" %} +{% extends "base_user.html" %} {% load i18n %} -{% block sidebar %} -{% endblock %} - -{% block content %} +{% block message_map %}{% endblock %} +{% block content %}{{ block.super }} {% if error_message %}

{{ error_message }}

{% endif %}
{% trans "Add a new route" %} -- cgit v1.2.3