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.
Description
Languages
HTML
59.1%
Python
40.9%