From 37540d7359a3baff84de23a9ead2b72244accbde Mon Sep 17 00:00:00 2001 From: etienne Date: Tue, 19 Jan 2010 22:47:41 +0000 Subject: Extract welcome button from footer - #69 git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@51 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864 --- templates/main_map.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'templates/main_map.html') diff --git a/templates/main_map.html b/templates/main_map.html index 117451a..dbd81ad 100644 --- a/templates/main_map.html +++ b/templates/main_map.html @@ -39,6 +39,7 @@ lst_{{category.id}}.push("{{sub_category.id}}");{% endfor %}
+
{% trans "Welcome message"%}
{{welcome}}{% endblock %} {% block content %}{{ block.super }}
{% endblock %} -{% block footer %} +{% block footer %} {% endblock %} -- cgit v1.2.3