Add bootstrap_horizontal to the doc

This commit is contained in:
Melvin
2013-08-10 19:21:08 +02:00
parent 808ae07ca3
commit 0f92783a35

View File

@@ -50,9 +50,14 @@ Usage
{{ form|bootstrap }}
# or use with individual field
{{ 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
---------