summaryrefslogtreecommitdiff
path: root/templates/chimere/edit.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/chimere/edit.html')
-rw-r--r--templates/chimere/edit.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/chimere/edit.html b/templates/chimere/edit.html
index 4b839cf..ded22bb 100644
--- a/templates/chimere/edit.html
+++ b/templates/chimere/edit.html
@@ -7,7 +7,8 @@
{% 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 %}
<div class='edit'>
{% block legend %}{% endblock %}
- <form enctype="multipart/form-data" method='post' action='{% url "editmarker" %}' id='proposition_form'>
+ <form enctype="multipart/form-data" method='post'
+ action='{% block edit_url %}{% endblock %}{% url "editmarker" %}' id='proposition_form'>
{% csrf_token %}
<p>* {% trans "indicates a mandatory field" %}</p>