Remove bundle inheritance

This commit is contained in:
Yassine Guedidi
2022-04-24 05:56:44 +02:00
parent 88fd7afeb5
commit 82fc828442
11 changed files with 12 additions and 4 deletions

View File

@ -0,0 +1,12 @@
{% trans_default_domain 'FOSUserBundle' %}
{{ form_start(form, { 'action': path('fos_user_change_password'), 'attr': { 'class': 'fos_user_change_password' } }) }}
<div class="card-content">
<div class="row">
{{ form_widget(form) }}
<div>
<input type="submit" value="{{ 'change_password.submit'|trans }}" />
</div>
</div>
</div>
</form>