PHP Classes

File: app/Resources/FOSUserBundle/views/Profile/edit_content.html.twig

Recommend this page to a friend!
  Classes of Manolo Salsas   Online PHP Image Transform   app/Resources/FOSUserBundle/views/Profile/edit_content.html.twig   Download  
File: app/Resources/FOSUserBundle/views/Profile/edit_content.html.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Online PHP Image Transform
Application to do interactive image manipulation
Author: By
Last change:
Date: 4 years ago
Size: 400 bytes
 

Contents

Class file image Download
{% trans_default_domain 'FOSUserBundle' %} <form action="{{ path('fos_user_profile_edit') }}" {{ form_enctype(form) }} method="POST" class="fos_user_profile_edit"> {{ form_widget(form) }} <div> <input type="submit" value="{{ 'profile.edit.submit'|trans }}" /> </div> </form> <br><br><a href="{{ path('fos_user_change_password') }}">{{ 'profile.edit.change_password'|trans }}</a>