d760a0f856
Might save new users a little bit of digging.
1.2 KiB
1.2 KiB
Django bootstrap form
Twitter Bootstrap for Django Form.
A simple Django template tag to work with Bootstrap
Install
Add to INSTALLED_APPS
:
# myapp/settings.py
- INSTALLED_APPS = [
'bootstrapform', # ...
]
Usage
Use it like this, simple.
{% load bootstrap %}
{{ form|bootstrap }}
Demo
Checkout this Demo site to see it in action.