summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/base_user.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base_user.html b/templates/base_user.html
index 70f2142..73f22a5 100644
--- a/templates/base_user.html
+++ b/templates/base_user.html
@@ -1,6 +1,7 @@
{% extends "base.html" %}
{% load i18n %}
{# to customize your base Chimère template add codes between the following blocks #}
+{# title of the map #}{% block title %}{% endblock %}
{# head of the document #}{% block head %}{% endblock %}
{# top of the page before the tabs #}{% block top %}{% endblock %}
{# message block displayed on the map #}{% block message_map %}{% endblock %}