diff options
-rw-r--r-- | templates/chimere/edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/chimere/edit.html b/templates/chimere/edit.html index ff37398..ddd6888 100644 --- a/templates/chimere/edit.html +++ b/templates/chimere/edit.html @@ -18,7 +18,7 @@ {% endfor %} {% endblock %} <form enctype="multipart/form-data" method='post' - action='{% block edit_url %}{% endblock %}{% url "editmarker" %}' id='proposition_form'> + action='{% block edit_url %}{% url "editmarker" %}{% endblock %}' id='proposition_form'> {% csrf_token %} <p>* {% trans "indicates a mandatory field" %}</p> |