summaryrefslogtreecommitdiff
path: root/chimere/templates/admin
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-11-24 15:36:43 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-11-24 15:36:43 +0100
commit1ac9350e74bce36eb8f64d8564a3c44e6072600e (patch)
tree15524fd11dc3d8503966b0e0bf7499a1899272af /chimere/templates/admin
parent9a88f5af1afbbdeb3fd002bf7d4aaf6d04ba1f01 (diff)
downloadChimère-1ac9350e74bce36eb8f64d8564a3c44e6072600e.tar.bz2
Chimère-1ac9350e74bce36eb8f64d8564a3c44e6072600e.zip
Admin: improve property model management
* Add the ability to hide property model from the admin * Add a warning to the admin that it should reload the webserver
Diffstat (limited to 'chimere/templates/admin')
-rw-r--r--chimere/templates/admin/chimere/managed_modified.html (renamed from chimere/templates/admin/managed_modified.html)0
-rw-r--r--chimere/templates/admin/chimere/osm_export.html (renamed from chimere/templates/admin/osm_export.html)0
-rw-r--r--chimere/templates/admin/chimere/propertymodel/change_form.html7
3 files changed, 7 insertions, 0 deletions
diff --git a/chimere/templates/admin/managed_modified.html b/chimere/templates/admin/chimere/managed_modified.html
index c55650d..c55650d 100644
--- a/chimere/templates/admin/managed_modified.html
+++ b/chimere/templates/admin/chimere/managed_modified.html
diff --git a/chimere/templates/admin/osm_export.html b/chimere/templates/admin/chimere/osm_export.html
index dab123e..dab123e 100644
--- a/chimere/templates/admin/osm_export.html
+++ b/chimere/templates/admin/chimere/osm_export.html
diff --git a/chimere/templates/admin/chimere/propertymodel/change_form.html b/chimere/templates/admin/chimere/propertymodel/change_form.html
new file mode 100644
index 0000000..0ebeab0
--- /dev/null
+++ b/chimere/templates/admin/chimere/propertymodel/change_form.html
@@ -0,0 +1,7 @@
+{% extends "admin/change_form.html" %}
+{% load i18n %}
+{% block after_field_sets %}
+<p class='errornote'>
+{% trans "After add/modification of property models you'll have to reload the webserver." %}
+</p>
+{% endblock %}