Merge branch 'master' of github.com:Nivl/django-bootstrap-form
This commit is contained in:
@@ -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
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user