Changer order of form fields

This commit is contained in:
2025-10-27 12:53:04 +01:00
parent 52d71d48df
commit 77311b6290

View File

@@ -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>