5a9de216f294054e2e20ba7b57070241e163f519

Added the `safe` filter to the `field.help_text`
Added the `
safe
template filter to the
field.help_text
` field to allow help_text that contains HTML.
Django bootatrap form
Generate twitter-bootstrap form output for django form
A django template tag to work with twitter bootstrap ( http://twitter.github.com/bootstrap/ )
Installation
$ pip install django-bootstrap-form
for people who still use older version before twitter bootstrap 2.0
$ pip install django-bootstrap-form==0.2
Configuration
Add 'bootstrapform' to INSTALLED_APPS.
Usage
{% load bootstrap %}
{{ form|bootstrap }}
{{ form.<field name>|bootstrap }} - To output individual fields
Description
Languages
HTML
59.1%
Python
40.9%