From 40f7f7365797f36cca3499c259dae12b331b5a79 Mon Sep 17 00:00:00 2001 From: etienne Date: Mon, 18 Jan 2010 01:15:11 +0000 Subject: Change on template organization git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@45 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864 --- templates/edit.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/edit.html') diff --git a/templates/edit.html b/templates/edit.html index 730035b..1378a63 100644 --- a/templates/edit.html +++ b/templates/edit.html @@ -1,6 +1,7 @@ {% extends "base_user.html" %} {% load i18n %} {% block message_map %}{% endblock %} +{% block message_edit%}
{{block.super}}{% endblock %} {% block content %}{{ block.super }} {% if error_message %}

{{ error_message }}

{% endif %} @@ -47,4 +48,5 @@

+
{% endblock %} -- cgit v1.2.3