RETIRED, further work has moved to Debian project infrastructure
Go to file
2011-09-13 20:59:07 -07:00
bootstrapform Added version information. 2011-09-14 11:12:07 +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 Corrected usage (typo) in README. 2011-09-14 10:55:46 +08:00
setup.py Added version information. 2011-09-14 11:12:07 +08:00

Generate twitter-bootstrap form output for django form

A django template tag to work with twitter bootstrap ( http://twitter.github.com/bootstrap/ )

usage:

{% load bootstrap %}

{{ form|bootstrap }}