6 lines
178 B
Twig
Executable File
6 lines
178 B
Twig
Executable File
{% extends "@FOSUser/layout.html.twig" %}
|
|
|
|
{% block fos_user_content %}
|
|
{% include "@FOSUser/ChangePassword/change_password_content.html.twig" %}
|
|
{% endblock fos_user_content %}
|