magnetico-web/templates/Account/password.html.twig
Alexey Skobkin 40118a0edc
All checks were successful
continuous-integration/drone/push Build is passing
Password change (!13)
Reviewed-on: #13
2022-07-20 03:48:19 +03:00

5 lines
83 B
Twig

{% extends 'base.html.twig' %}
{% block content %}
{{ form(form) }}
{% endblock %}