RETIRED, further work has moved to Debian project infrastructure
Go to file
2012-02-14 18:37:20 +08:00
bootstrapform move error message on top of help text 2011-11-22 00:45:39 +08:00
.gitignore initial commit 2011-08-21 09:07:02 -07:00
LICENSE add LICENSE 2011-09-13 20:59:07 -07:00
MANIFEST.in Added setup.py and MANIFEST.in. 2011-09-14 10:59:37 +08:00
README.rst modify setup.py 2012-02-14 18:37:20 +08:00
setup.py modify setup.py 2012-02-14 18:37:20 +08:00

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

Add 'bootstrapform' to INSTALLED_APPS.

Usage

{% load bootstrap %}

{{ form|bootstrap }}