bootystrappy

This commit is contained in:
lubiana 2025-04-27 11:34:24 +02:00
parent 96b246462a
commit 321173dfe6
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
23 changed files with 9410 additions and 1027 deletions

View file

@ -1,2 +1,10 @@
{{ include('_form.html.twig') }}
<div class="card shadow-sm mb-4">
<div class="card-body">
{{ include('_form.html.twig') }}
</div>
</div>
<a href="{{ path('app_food_order_index') }}" class="btn btn-secondary">
<i class="bi bi-arrow-left"></i> Back to list
</a>