forked from DGNum/gestioCOF
cof -- Fix urls naming in event template
This commit is contained in:
parent
f5b280896f
commit
a6f52cfdc5
1 changed files with 1 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue