From 27969a1f65d9ff1a6ad4ed81ce85d6ed3c5d9864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 5 Mar 2023 23:12:44 +0100 Subject: [PATCH] Replaced leftover bootstrap_4 form theme usages with BS5 --- templates/admin/base_admin.html.twig | 2 +- templates/parts/edit/_orderdetails.html.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/admin/base_admin.html.twig b/templates/admin/base_admin.html.twig index b0f7124e..df510908 100644 --- a/templates/admin/base_admin.html.twig +++ b/templates/admin/base_admin.html.twig @@ -21,7 +21,7 @@ {% endif %} {% endblock %} - {% form_theme form.log_comment 'bootstrap_4_layout.html.twig' %} + {% form_theme form.log_comment 'bootstrap_5_layout.html.twig' %} {% block card_content %}
diff --git a/templates/parts/edit/_orderdetails.html.twig b/templates/parts/edit/_orderdetails.html.twig index 95f0dfef..f8d766d2 100644 --- a/templates/parts/edit/_orderdetails.html.twig +++ b/templates/parts/edit/_orderdetails.html.twig @@ -1,5 +1,5 @@ {# Leave this template at bootstrap 4 for now, as it otherwise destroys our layout #} -{% form_theme form.orderdetails with ['parts/edit/edit_form_styles.html.twig', "bootstrap_4_layout.html.twig"] %} +{% form_theme form.orderdetails with ['parts/edit/edit_form_styles.html.twig', "bootstrap_5_layout.html.twig"] %} {% import 'components/collection_type.macro.html.twig' as collection %}