django-bootstrap-form icon indicating copy to clipboard operation
django-bootstrap-form copied to clipboard

Add {% bootstrap %} tag that allows custom/grid layout of form fields

Open vitalik opened this issue 7 years ago • 3 comments

This simple patch allows to set grid layout to form fields with the following usage:

{% bootstrap form %} field1 field2 field3 field4 field5 {% endbootstrap %}

each line will be renderd as a .row div, and each field will take automatic .col-size

vitalik avatar Jan 12 '18 14:01 vitalik

is this project alive ?

vitalik avatar Feb 03 '18 13:02 vitalik

Hi @vitalik, sorry for the late reply, cuz I got a baby last year, so most of my time was taking care of my baby, but I will find time to looking at your PR. thanks for your PR

tzangms avatar Feb 05 '18 16:02 tzangms

Hi @tzangms Maybe you should consider giving this repo to us (Code-on team) - we are using it heavily, and can do support/maintenance for this project

vitalik avatar Apr 15 '20 07:04 vitalik