update button & navbar

This commit is contained in:
bastien ollier
2024-06-13 08:52:43 +02:00
committed by clfreville2
parent bc6951d0a5
commit 6aeb32192f
12 changed files with 41 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
{{ form_start(form) }}
{{ form_widget(form) }}
<button class="btn">{{ button_label|default('save'|trans) }}</button>
<button class="btn btn-primary">{{ button_label|default('save'|trans) }}</button>
{{ form_end(form) }}