forked from DGNum/gestioCOF
Correction de bugs
- Liens invalide dans le template pour visualisé les places obtenues - Erreurs dans la vue pour visualiser l'état des demandes
This commit is contained in:
parent
dfd4fb7d83
commit
299c5f0823
2 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@
|
|||
{% endfor %}
|
||||
</ol>
|
||||
<h4>Total à payer : {{ total|floatformat }}€</h4>
|
||||
<h4><a href="{% url "bda-places-attribuees-ics" %}">Exporter au format calendrier</a> (.ics, compatible avec tous les logiciels d'agenda)</h4>
|
||||
<h4><a href="{% url "bda-places-attribuees-ics" tirage.id %}">Exporter au format calendrier</a> (.ics, compatible avec tous les logiciels d'agenda)</h4>
|
||||
{% else %}
|
||||
<h3>Vous n'avez aucune place :(</h3>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue