diff options
| author | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2010-02-21 15:42:51 +0000 |
|---|---|---|
| committer | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2010-02-21 15:42:51 +0000 |
| commit | f7fd3f884d4b1571efa122ddab2c7d4d0b925518 (patch) | |
| tree | 232b18d00a5ad11eb3b323cb4d81afb574e92e2b /templates/base_user.html | |
| parent | 9e253135138cf65e766959c094ad1182902bd363 (diff) | |
| download | Chimère-f7fd3f884d4b1571efa122ddab2c7d4d0b925518.tar.bz2 Chimère-f7fd3f884d4b1571efa122ddab2c7d4d0b925518.zip | |
Reorganize the project folder #76
git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@59 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864
Diffstat (limited to 'templates/base_user.html')
| -rw-r--r-- | templates/base_user.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/base_user.html b/templates/base_user.html deleted file mode 100644 index 73f22a5..0000000 --- a/templates/base_user.html +++ /dev/null @@ -1,12 +0,0 @@ -{% 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 %} -{# message block displayed on the edit pages #}{% block message_edit %}{% endblock %} -{# top of the page after the tabs #}{% block sidebar %}{% endblock %} -{# main part of the page #}{% block content %}{% endblock %} -{# bottom of the page before the footer #}{% block bottom %}{% endblock %} -{# inside the footer - please leave bloc.super it shows the Chimère copyright #}{% block footer %}{{ block.super }}{% endblock %} |
