django-bootstrap4
django-bootstrap4 copied to clipboard
Bootstrap 4 integration with Django.
Hello, i'm using custom-radio and custom-checkbox in my project, and to support it i had to override FieldRenderer. https://getbootstrap.com/docs/4.1/components/forms/#checkboxes Now something changed and i need to adjust my code, maybe...
I am looking for an opportunity to add custom css classes to a form widget and extend its 'form-control' class by using the template tag. Unfortunately the parameter 'field_class' modifies...
I am using only the CSS parts of bootstrap, not the JavaScript. Currently, this does not seem to be supported. The issue I noticed is that the form errors have...
If I have the following in my template: `{% bootstrap_field form.shortlink_suffix layout='horizontal' addon_before='some text' %}` It renders the addon text at the top, out of alignment with the rest of...
Hi, i'm working on an opensource project and i want to make it RTL, the project uses django-bootstrap4. is there any way to integrate [rtl-bootstrap](http://bootstrap.rtlcss.com/) with django-bootstrap4 ? thanks
Bumps [setuptools](https://github.com/pypa/setuptools) from 63.4.3 to 65.5.0. Changelog Sourced from setuptools's changelog. v65.5.0 Changes ^^^^^^^ #3624: Fixed editable install for multi-module/no-package src-layout projects. #3626: Minor refactorings to support distutils using stdlib...
* Append/prepend attributes not appearing at all * Validation feedback not appearing inside the input-group, and help text not appearing immediately after the input-group
I want to contribute to this project creating a simple Dockerfile for the Demo
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.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...
The documentation page for Template tags and filters is broken in the docs 