From f4d2ddf3540b078251f44f9a7e11e88cbabe0f78 Mon Sep 17 00:00:00 2001 From: lubiana Date: Sat, 28 Jun 2025 18:00:39 +0200 Subject: [PATCH 01/12] add bottom margin to container --- templates/base.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html.twig b/templates/base.html.twig index 3af52a6..7487310 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -80,7 +80,7 @@ -
+
{% block body %}{% endblock %}
From 5225fff0efeb515ad511795499102ad45c6726e1 Mon Sep 17 00:00:00 2001 From: lubiana Date: Sat, 28 Jun 2025 18:32:22 +0200 Subject: [PATCH 02/12] enhanci stuffi --- templates/base.html.twig | 10 +++++++++- templates/drink_type/show.html.twig | 27 ++++++++++++++++++++++++--- 2 files changed, 33 insertions(+), 4 deletions(-) diff --git a/templates/base.html.twig b/templates/base.html.twig index 7487310..de6723e 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -17,7 +17,7 @@ {% endblock %} -
+ + + + diff --git a/templates/drink_type/bulk_edit_wanted_stock.html.twig b/templates/drink_type/bulk_edit_wanted_stock.html.twig index 492a75b..907d402 100644 --- a/templates/drink_type/bulk_edit_wanted_stock.html.twig +++ b/templates/drink_type/bulk_edit_wanted_stock.html.twig @@ -37,13 +37,19 @@ {{ form_widget(drinkTypeForm.name) }} - lol + {{ form_widget(drinkTypeForm.wantedStock) }} {{ form_errors(drinkTypeForm.wantedStock) }} + {% endfor %}