django-bootstrap5 icon indicating copy to clipboard operation
django-bootstrap5 copied to clipboard

Bootstrap 5 for Django

Results 77 django-bootstrap5 issues
Sort by recently updated
recently updated
newest added

I'd like to see support for the Jinja2 template engine. This should be easy to implement; Wagtail managed to do so in

Supercedes #169. Adds a `default_layout` setting with tests and documents it. Hat tip to @PNoryk.

Hello All, thanks for this package. I wonder if we can use bootstrap icons currently and if not maybe it can be added in future release? thanks

It would be great if `bootstrap_label` would have a parameter `show_label` analog to `bootstrap_field`. Sometimes I must do some manual work and need a label that is visually-hidden (screen readers...

It would be great if there fields would have a parameter that adds additional css classes to the input directly, just like `label_class` does for the label. The parameter could...

Hello, the Django `DateField` is currently rendered as an input `type="texte" `and not as an `input type="date"`. [Mozilla documentation on input date](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input/date) It would be a nice improvement to render...

How can I render two input or more on the same line ? I don't want my form to be only be one input per each line.

Having the option to include the [RTL bootstrap CSS file](https://getbootstrap.com/docs/5.0/getting-started/rtl/) could be helpful for languages such as Arabic, Farsi, and Hebrew. I know that this functionality could be achieved by...

The upload to coveralls.io is no longer working. A temporary solution is to disable coveralls for now, since it is not essential. Possible causes are the combination of tox-gh-actions and...