django-bootstrap5
django-bootstrap5 copied to clipboard
Bootstrap 5 for Django
With Bootstrap 5 when an `input-group` is used the `has-validation` class must be added to fix an issue with border radius as mentioned in the [docs](https://getbootstrap.com/docs/5.2/forms/validation/#server-side). However, this doesn't mention...
``` "bootstrap5", ``` should be added to `INSTALLED_APPS` in `settings.py`. This is not present in the docs :(
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.7.0 to 2.0.0. Release notes Sourced from dependabot/fetch-metadata's releases. v2.0.0 - Switch to node20 What's Changed Upgrade from node16 to node20 by @Nishnha in dependabot/fetch-metadata#443 👈 this...
I'm probably doing this wrong, but I'm having an issue displaying messages while using header. If I post a message, the HTML looks like this: ```html My message BRAND Nav...
Bumps [twine](https://github.com/pypa/twine) from 4.0.2 to 5.0.0. Changelog Sourced from twine's changelog. Twine 5.0.0 (2024-02-10) Bugfixes ^^^^^^^^ Use email.message instead of cgi as cgi has been deprecated ([#969](https://github.com/pypa/twine/issues/969) <https://github.com/pypa/twine/issues/969>_) Misc ^^^^...
Just a draft idea to address https://github.com/zostera/django-bootstrap5/issues/267 to see if there is any interesting in solving the issue The change replace `_` to `-` in generic tag attributes So i...
How do I import the scss variables? ``` @import "../node_modules/bootstrap/scss/bootstrap"; .bg-yellow-100 { background-color: $yellow-100; color: #000; } ``` doesn't seem to work.
Add ability to specify additional classes for all alerts that are produced by django-bootstrap5. - [x] Code - [x] Documentation - [x] Tests
Fixes #543.
Hi, was missing the actual template tags and filters docs. They are listed but no content shows up. In older versions one could click on the topics and expand the...