Update bootstrap.py

This commit is contained in:
zauddelig
2014-07-12 11:10:54 +02:00
parent 5dce970179
commit 98a81067fd

View File

@@ -49,7 +49,7 @@ def bootstrap_horizontal(element, label_cols={}):
return render(element, markup_classes)
@register.filter
def add_input_classes(field):
if not is_checkbox(field) and not is_multiple_checkbox(field) and not is_radio(field) \
and not is_file(field):