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

12 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 %}