diff options
Diffstat (limited to 'templates/base_user.html')
-rw-r--r-- | templates/base_user.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base_user.html b/templates/base_user.html index 2255311..70f2142 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 #} +{# 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 %} {# message block displayed on the edit pages #}{% block message_edit %}{% endblock %} |