django-bootstrap-form
django-bootstrap-form copied to clipboard
Allow default label_cols to be specified in settings.py
It would be great if we could override the default label_cols value on a site-side basis. Here is where the default value is currently hard-coded:
https://github.com/tzangms/django-bootstrap-form/blob/master/bootstrapform/templatetags/bootstrap.py#L22