django-bs

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

commit
8feeea5b7f88be1565be06ceb7100b007072389b
parent
3409fcda43736359f3d453b7d16cdc3078d47fe6
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-09-03 14:47
typo

Diffstat

M README.md 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/README.md b/README.md

@@ -57,7 +57,7 @@ Differences to django-bootstrap5
   57    57     would otherwise not be available in the widget templates.
   58    58 -   Also overwrites the default form template in Django 4.0 and later so that
   59    59     `{{ form }}` does the right thing automatically.
   60    -1 -   Concentrates on forms fields and does therefore not include some other
   -1    60 -   Concentrates on form fields and does therefore not include some other
   61    61     features.
   62    62 -   Uses `.form-text.text-danger` instead of `.invalid-feedback` as it does not
   63    63     depend on DOM location. (see also [twbs/bootstrap\#29439])