mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-09 05:38:25 +00:00
Changer order of form fields
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
<div>
|
||||
{{ form_start(form) }}
|
||||
{{ form_row(form.phonenumber) }}
|
||||
{{ form_row(form.locale) }}
|
||||
|
||||
<h2 class="mb-4">{{ 'user.profile.notification_preferences'|trans }}</h2>
|
||||
<table class="table table-striped align-middle">
|
||||
@@ -71,8 +72,6 @@
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
{{ form_row(form.locale) }}
|
||||
|
||||
<ul class="record_actions">
|
||||
<li>
|
||||
<button type="submit" class="btn btn-save">{{ 'Save'|trans }}</button>
|
||||
|
||||
Reference in New Issue
Block a user