django-forms-bootstrap
django-forms-bootstrap copied to clipboard
Add support for inline layout to form filter
Originally opened by @bmihelac at https://github.com/pinax/pinax-theme-bootstrap/issues/36
as_bootstrap templatefilter wraps fields in control-group and controls divs. This currently makes it impossible to apply form-inline class.
Targeting this for a release soon.
Thanks for moving this issue Luke. I welcome the idea of having lightweight templatetag for pinax forms.
Regarding more complex forms, I wonder what pinax developers think about crispy-forms package. Rendering twitter-bootstrap forms is for sure functionality that is overlapping between these two packages and is overlapping between this two projects. Having to think about different syntax for same thing can add some burden.
Is this issue resolved with this PR that has already been merged? https://github.com/pinax/django-forms-bootstrap/commit/8cbf1c9c38d66929d6283dcc6dfacfb9a07c0f32
Can this issue be closed? Looks like it has been resolved?