25 lines
505 B
ReStructuredText
25 lines
505 B
ReStructuredText
=====================
|
|
Django bootstrap form
|
|
=====================
|
|
|
|
Generate twitter-bootstrap form output for django form
|
|
|
|
A simple Django template tag to work with twitter bootstrap ( http://twitter.github.com/bootstrap/ )
|
|
|
|
**Now support for Bootstrap 3!**
|
|
|
|
`Read the Docs <https://django-bootstrap-form.readthedocs.org/en/latest/>`_
|
|
|
|
|
|
CHANGELOG
|
|
---------
|
|
|
|
- 2013-8-27:
|
|
|
|
Add support for Bootstrap 3, contributed by `Nivl <https://github.com/Nivl>`_
|
|
|
|
|
|
- 2013-5-7:
|
|
|
|
Add `radio` support for ChoiceField
|