tzangms 8a1be4a247 bump to version 2.0.3
Non field errors are shown as error alerts.
2012-03-08 10:15:07 +08:00
2012-03-08 10:15:07 +08:00
2011-08-21 09:07:02 -07:00
2011-09-13 20:59:07 -07:00
2012-02-14 21:23:14 +08:00
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

$ 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
RETIRED, further work has moved to Debian project infrastructure
Readme 303 KiB
Languages
HTML 59.1%
Python 40.9%