Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

vitalik
Copy link

@vitalik vitalik commented Jan 12, 2018

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
Copy link
Author

vitalik commented Feb 3, 2018

is this project alive ?

@tzangms
Copy link
Owner

tzangms commented Feb 5, 2018

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

{% bootstrap form %}
   fieldA(4)  fieldB(8)
   fieldC
   fieldD(2)
{% endbootstrap %}
@vitalik
Copy link
Author

vitalik commented Apr 15, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants