ajout de deux bouton

This commit is contained in:
Jean-Marie Favreau 2024-08-17 14:50:47 +02:00
parent 5fba3dabef
commit c80c1ca231

View File

@ -2,6 +2,7 @@
{% block title %}Merci !{% endblock %}
{% load utils_extra %}
{% load static %}
{% block entete_header %}
@ -24,6 +25,9 @@
{% include "agenda_culturel/static_content.html" with name="thank-you" url_path=local_url %}
</div>
</div>
<a href="{% url 'add_event_urls' %}" role="button" style="width: 100%">ajouter des événements</a>
<div role="group">
<a href="{% url 'add_event_url' %}" role="button">{% picto_from_name "plus-circle" %} ajouter un événement</a>
<a href="{% url 'add_event_urls' %}" role="button">{% picto_from_name "plus-circle" %} ajouter plusieurs événements</a>
</div>
</article>
{% endblock %}