mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-17 16:21:30 +02:00
Replaced leftover bootstrap_4 form theme usages with BS5
This commit is contained in:
parent
c68b13b075
commit
27969a1f65
2 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||
<div class="row">
|
||||
|
|
|
@ -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 %}
|
||||
|
||||
<div {{ collection.controller(form.orderdetails, 'orderdetails.edit.delete.confirm') }}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue