Fix old-style reversal of calendar urls

This commit is contained in:
Martin Pépin 2018-04-06 11:11:02 +02:00
parent 16d7b4f7c0
commit 623047dca2
3 changed files with 5 additions and 3 deletions

View file

@ -16,7 +16,7 @@
<h4 class="bda-prix">Total à payer : {{ total|floatformat }}€</h4>
<br/>
<p>Ne manque pas un spectacle avec le
<a href="{% url "gestioncof.views.calendar" %}">calendrier
<a href="{% url "calendar" %}">calendrier
automatique&#8239;!</a></p>
{% else %}
<h3>Vous n'avez aucune place :(</h3>