django-bs

Bootstrap integration for django using widget templates
git clone https://git.ce9e.org/django-bs.git

commit
b70569ead003c687abf6186373c1a8264662cf21
parent
91e4c2314aefbc7ce5eaa159dfd5f0c4beb3d549
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-04-18 20:44
work around extensive spacing between legend and row

see https://github.com/twbs/bootstrap/issues/38479

Diffstat

M django_bs/templates/django/forms/widgets/multiwidget.html 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/django_bs/templates/django/forms/widgets/multiwidget.html b/django_bs/templates/django/forms/widgets/multiwidget.html

@@ -1,4 +1,4 @@
    1    -1 <div class="row g-3">
   -1     1 <div class="row g-0 gap-3">
    2     2     {% for widget in widget.subwidgets %}
    3     3         <div class="col-sm">
    4     4             {% include widget.template_name %}