mirror of
https://forge.chapril.org/tykayn/caisse-bliss
synced 2025-06-20 01:44:42 +02:00
11 lines
226 B
Twig
Executable file
11 lines
226 B
Twig
Executable file
{% extends "@FOSUser/layout.html.twig" %}
|
|
|
|
|
|
{% block fos_user_content %}
|
|
<p>enregistrement confirmé</p>
|
|
{% if targetUrl %}
|
|
<p>
|
|
retour enregistrement
|
|
</p>
|
|
{% endif %}
|
|
{% endblock fos_user_content %}
|