|
3
|
1 |
{% form_theme form theme %} |
|
|
2 |
|
|
|
3 |
<form action="{{ path('fos_user_profile_edit') }}" {{ form_enctype(form) }} method="POST" class="fos_user_profile_edit"> |
|
|
4 |
{{ form_widget(form) }} |
|
|
5 |
<div> |
|
|
6 |
<input type="submit" value="{{ 'profile.edit.submit'|trans({}, 'FOSUserBundle') }}" /> |
|
|
7 |
</div> |
|
|
8 |
</form> |