diff options
Diffstat (limited to 'templates/chimere/edit.html')
-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 de60dc5..5c564c3 100644 --- a/templates/chimere/edit.html +++ b/templates/chimere/edit.html @@ -18,7 +18,7 @@ Les évènements à caractère politique, confessionnel ainsi que ceux relevant {% endif%}{% endif%} </div> <p class='notice'>* {% trans "indicates a mandatory field" %}</p> - <form enctype="multipart/form-data" method='post' action='{% if route%}{% url edit-route%}{%else%}{% url edit %}{% endif %}' id='proposition_form'> + <form enctype="multipart/form-data" method='post' action='{% if route%}{% url 'edit-route' %}{%else%}{% url 'edit' %}{% endif %}' id='proposition_form'> {% csrf_token %} {% if not route %} <div class="fieldWrapper point_label"> |