cof -- Fix urls naming in event template

This commit is contained in:
Aurélien Delobelle 2018-01-19 18:38:34 +01:00
parent f5b280896f
commit a6f52cfdc5

View file

@ -11,7 +11,7 @@
{% endif %}
{% include "tristate_js.html" %}
<h3>Filtres</h3>
<form method="post" action="{% url 'gestioncof.views.event_status' event.id %}">
<form method="post" action="{% url 'event.details.status' event.id %}">
{% csrf_token %}
{{ form.as_p }}
<input style="margin-top:10px;" type="submit" class="btn btn-primary" value="Filtrer" />