mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-06-20 01:44:42 +02:00
template up on success
This commit is contained in:
parent
fb204ae41c
commit
de64feb549
1 changed files with 4 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue