django-bs

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

commit
58c4e60e0e2a076ce22f15488c7d43c8eaba3845
parent
6231f8b0f405adf4c8c5a959398cfdb820f438a1
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-04-19 04:58
README: update non-field error difference

Diffstat

M README.md 3 +--

1 files changed, 1 insertions, 2 deletions


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

@@ -65,8 +65,7 @@ Differences to django-bootstrap5
   65    65     rendering.
   66    66 -   Does not include dismiss-buttons for alerts to avoid depending on
   67    67     JavaScript.
   68    -1 -   Does not include field errors at the top of forms as they are already
   69    -1     displayed on the fields themselves.
   -1    68 -   Non-field errors are styled as alerts.
   70    69 -   Improved accessibility.
   71    70 -   You will have to load bootstrap yourself.
   72    71 -   No configuration.