caisse-bliss/old/app/Resources/FOSUserBundle/views/Registration/confirmed.html.twig

12 lines
226 B
Twig
Raw Normal View History

2018-04-18 14:21:58 +02:00
{% extends "@FOSUser/layout.html.twig" %}
{% block fos_user_content %}
2023-06-23 12:03:22 +02:00
<p>enregistrement confirmé</p>
2018-04-18 14:21:58 +02:00
{% if targetUrl %}
2023-06-23 12:03:22 +02:00
<p>
retour enregistrement
</p>
2018-04-18 14:21:58 +02:00
{% endif %}
{% endblock fos_user_content %}