diff options
Diffstat (limited to 'chimere/templates/chimere/edit.html')
-rw-r--r-- | chimere/templates/chimere/edit.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chimere/templates/chimere/edit.html b/chimere/templates/chimere/edit.html index 66862cd..341f9b5 100644 --- a/chimere/templates/chimere/edit.html +++ b/chimere/templates/chimere/edit.html @@ -20,8 +20,9 @@ <legend>{% trans "Error" %}</legend> <p>{{ error_message }}</p> {% endif %}</fieldset> + {% if is_modification and is_superuser %}<div class='warning'><p>{% trans "You are logged as an administrator. Your modifications will be taking into account immediately." %}</p></div>{% endif %} <fieldset class='edit'> - <legend>{% trans "Add/modify a point of interest" %}</legend> + <legend>{% if is_modification %}{% trans "Modify a point of interest" %}{% else %}{% trans "Add a point of interest" %}{% endif %}</legend> <form enctype="multipart/form-data" method='post' action='.'> {% csrf_token %} <div class='rightWrapper'> |