22 lines
343 B
ReStructuredText
22 lines
343 B
ReStructuredText
=====================
|
|
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 }}
|