summaryrefslogtreecommitdiff
path: root/chimere/templates/base_user.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-02-16 08:46:47 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-02-16 08:46:47 +0100
commitd8c670233cb6b14fc405d04f009e0959710910a6 (patch)
treefad21052b7557a6cd857d10c37f6735966303b70 /chimere/templates/base_user.html
parentd70015e9ab3f79f7060312fe1eea51b034d9c06e (diff)
downloadChimère-d8c670233cb6b14fc405d04f009e0959710910a6.tar.bz2
Chimère-d8c670233cb6b14fc405d04f009e0959710910a6.zip
Refactoring: change paths, move files, renaming, re-adapt templates + use context template (refs #316)
Diffstat (limited to 'chimere/templates/base_user.html')
-rw-r--r--chimere/templates/base_user.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/chimere/templates/base_user.html b/chimere/templates/base_user.html
deleted file mode 100644
index da0ecf3..0000000
--- a/chimere/templates/base_user.html
+++ /dev/null
@@ -1,13 +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 %}