django-bs

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

commit
6b1d3164cad712a9442c6a91b4c0bb0e93025da3
parent
44c324890d4ce577c9b329098ef8e891863527d8
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-04-19 04:49
README: fix typos

Diffstat

M README.md 6 +++---

1 files changed, 3 insertions, 3 deletions


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

@@ -21,7 +21,7 @@ Install with pip:
   21    21 
   22    22 After that you have to add it to `INSTALLED_APPS`. You also need to make sure
   23    23 that the correct `FORM_RENDERER` is selected and `django.forms` is in
   24    -1 `INSTALLED_APPS` (after `django_bs4`). This is required so that widget
   -1    24 `INSTALLED_APPS` (after `django_bs`). This is required so that widget
   25    25 templates can be overwritten:
   26    26 
   27    27     INSTALLED_APPS = [
@@ -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 others
   -1    60 -   Concentrates on forms 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])
@@ -67,7 +67,7 @@ Differences to django-bootstrap5
   67    67     JavaScript.
   68    68 -   Does not include field errors at the top of forms as they are already
   69    69     displayed on the fields themselves.
   70    -1 -   Improved ARIA support.
   -1    70 -   Improved accessibility.
   71    71 -   You will have to load bootstrap yourself.
   72    72 -   No configuration.
   73    73