changePassword_content.html.twig 305 Bytes edit raw blame history 1 2 3 4 5 6 7 8 {% trans_default_domain 'FOSUserBundle' %} <form action="{{ path('fos_user_change_password') }}" {{ form_enctype(form) }} method="POST" class="fos_user_change_password"> {{ form_widget(form) }} <div> <input type="submit" value="{{ 'change_password.submit'|trans }}" /> </div> </form>