Merge branch 'master' of github.com:Nivl/django-bootstrap-form

This commit is contained in:
Melvin Laplanche
2013-08-11 22:29:08 +02:00

View File

@@ -50,9 +50,14 @@ Usage
{{ form|bootstrap }} {{ form|bootstrap }}
# or use with individual field # or use with individual field
{{ form.<field name>|bootstrap }} - To output individual fields {{ form.<field name>|bootstrap }} - To output individual fields
# For horizontal forms
{{ form|bootstrap_horizontal }}
# Or with custom size (default is 'col-lg-2 col-sm-2')
{{ form|bootstrap_horizontal:'col-lg-4' }}
CHANGELOG CHANGELOG
--------- ---------