mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-10 22:37:28 +01:00
6 lines
160 B
Twig
6 lines
160 B
Twig
{% extends "@FOSUser/layout.html.twig" %}
|
|
|
|
{% block fos_user_content %}
|
|
{% include "@FOSUser/Profile/edit_content.html.twig" %}
|
|
{% endblock fos_user_content %}
|