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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-form-utils-bootstrap3-0.2.0.tar.gz
.
File metadata
- Download URL: django-form-utils-bootstrap3-0.2.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71e90eb35bde1e0c72d6821acc9fff30f11b4afc9c22ad1007873fbe8720d52d |
|
MD5 | 9146172652191a2985f46a0bde8e9a16 |
|
BLAKE2b-256 | 224d662d2cba0078bada762d3ab447ca7eca9df534fa15836f2df14e19a59c73 |