template up on success

This commit is contained in:
Tykayn 2025-05-27 00:24:05 +02:00 committed by tykayn
parent fb204ae41c
commit de64feb549

View file

@ -8,6 +8,7 @@
{% endblock %}
{% block body %}
<div class="container">
<h1>Hello {{ commerce.tags_converted.name }}!</h1>
<h2>Modification du commerce</h2>
@ -29,12 +30,13 @@
{% else %}
<span class="badge bg-danger p-4">{{status}}</span>
{% endif %}
<br>
<a href="{{ path('app_public_index') }}">Retour à la page d'accueil</a>
</div>
{# <h2>Tags</h2> #}
{# {{dump(commerce)}} #}
<a href="{{ path('app_public_index') }}">Retour à la page d'accueil</a>
{# {% if commerce.tags_converted."contact:email" is defined %}
<a class="btn btn-primary" href="mailto:{{ commerce.tags_converted."contact:email" }}">C'est mon commerce, le modifier</a>
{% else %}