amélioration de la navigation

This commit is contained in:
Jean-Marie Favreau 2023-11-06 09:14:07 +01:00
parent 1c3e0593b8
commit 604c3591d7

View File

@ -141,6 +141,11 @@
<div class="buttons">
<a href="{% url 'edit_event' event.id %}" role="button">éditer</a>
<a href="{% url 'delete_event' event.id %}" role="button">supprimer</a>
{% if display != "single" %}
<a href="{{ event.get_absolute_url }}" role="button">Voir l'événement <svg width="1em" height="1em" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<use href="{% static 'images/feather-sprite.svg' %}#chevron-right" />
</svg></a>
{% endif %}
</div>
{% endif %}
</footer>