- commit
- a73b125ef982c8cf417bb0adc183ebf4e7832bfe
- parent
- 216962f9d705e0e77ea18b5447e74f60fd375046
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-12-08 20:26
README; clarify pagination <nav>
Diffstat
| M | README.md | 4 | ++-- |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
@@ -43,8 +43,8 @@ The following template tags are included in the `bootstrap` library: 43 43 - `bootstrap_form {form}` - Render errors and all fields for a form. The 44 44 `<form>` element itself is not included. 45 45 - `bootstrap_messages` - Render messages from `django.contrib.messages`.46 -1 - `bootstrap_pagination {page}` - Render pagination. A `<nav>` element is not47 -1 included.-1 46 - `bootstrap_pagination {page}` - Render pagination. You should wrap it in a -1 47 `<nav>` element with a meaningful `aria-label` yourself. 48 48 49 49 Please refer to the source code for additional parameters. 50 50