summaryrefslogtreecommitdiff
path: root/ishtar_common/forms.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-11-27 12:04:19 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-11-29 17:16:07 +0100
commita8cdf48ca95a617ac42e17dacadccd310e637ae8 (patch)
tree4d102efd28ab5b9d198ea8e5fd38c2d68d1f422e /ishtar_common/forms.py
parentda3d68220043a767a2e4c1b8b39a4e4f75c103f5 (diff)
downloadIshtar-a8cdf48ca95a617ac42e17dacadccd310e637ae8.tar.bz2
Ishtar-a8cdf48ca95a617ac42e17dacadccd310e637ae8.zip
🐛 fix accordion for bootstrap 4.3
Diffstat (limited to 'ishtar_common/forms.py')
-rw-r--r--ishtar_common/forms.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/ishtar_common/forms.py b/ishtar_common/forms.py
index 7856d2d64..5f85aee8c 100644
--- a/ishtar_common/forms.py
+++ b/ishtar_common/forms.py
@@ -734,8 +734,8 @@ class FormHeader:
<div class="card">
<div class="card-header" id="collapse-head-{slug}">
<h{level} href="#">
- <button class="btn btn-link" type="button" data-toggle="collapse"
- data-target="#collapse-{slug}" aria-expanded="true"
+ <button class="btn btn-link" type="button" data-toggle="collapse"
+ data-target="#collapse-{slug}" aria-expanded="true"
aria-controls="collapse-{slug}">
{label}&nbsp;&nbsp;
<i class="fa fa-compress" aria-hidden="true"></i>
@@ -745,8 +745,7 @@ class FormHeader:
</div>
<div id="collapse-{slug}" class="collapse"
- aria-labelledby="collapse-head-{slug}"
- data-parent="#colapse-parent-{slug}">
+ aria-labelledby="collapse-head-{slug}">
<div class="card-body">
{help_message}
""".format(