Render forms with fieldsets using Bootstrap markup via django-form-utils and django-bootstrap3
Project Description
Render forms with fieldsets using Bootstrap markup via django-form-utils and django-bootstrap3
Configuration
Modify your Django project settings to include:
BOOTSTRAP3 = { 'form_renderers': { 'default': 'form_utils_bootstrap3.renderers.BetterFormRenderer' } }
You can continue using the same {% bootstrap_form form %} tags, but they now take into account the existence of fieldsets in BetterForm instances.
Installation
pip install django-form-utils-bootstrap3
Requirements
A Django project using:
- django-form-utils
- django-bootstrap3
Licence
MIT
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size & hash SHA256 hash help | File type | Python version | Upload date |
---|---|---|---|
django-form-utils-bootstrap3-0.1.2.tar.gz (3.2 kB) Copy SHA256 hash SHA256 | Source | None | Jul 11, 2017 |