forked from DGNum/gestioCOF
Fix old-style reversal of calendar urls
This commit is contained in:
parent
16d7b4f7c0
commit
623047dca2
3 changed files with 5 additions and 3 deletions
|
@ -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 !</a></p>
|
||||
{% else %}
|
||||
<h3>Vous n'avez aucune place :(</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue