Twitter Bootstrap for Django Form.
A simple Django template tag to work with Bootstrap
Add to INSTALLED_APPS
:
# myapp/settings.py INSTALLED_APPS = [ 'bootstrapform', # ... ]
Use it like this, simple.
{% load bootstrap %} {{ form|bootstrap }}
Checkout this Demo site to see it in action.