newforms-bootstrap
newforms-bootstrap copied to clipboard
Components for rendering a newforms Form using Bootstrap 3
Bootstrap allows [grid nesting](http://getbootstrap.com/css/#grid-nesting), but right now it is not possible to have `Row`s as `Col`'s children because `Col` does not pass down the `form` prop. This simple change fixes...
Is using with formsets supported? If yes, anyplace I could find some good example for this?
First off I really enjoying using this library and thanks for making it. I did however come across an issue when trying to add an additional class to form element....