Re: Django Crispy Form Layout

2013-09-26 Thread Lachlan Musicman
You probably need to give some indication of the things you have tried, and versions. For instance - are you using the latest bootstrap (3.0)? If so, did you try this? http://django-crispy-forms.readthedocs.org/en/latest/crispy_tag_forms.html#bootstrap3-inline-forms cheers L. On 26 September 2

Django Crispy Form Layout

2013-09-26 Thread Tushar Patil
Hi, I use a django crispy form and Bootstrap in which i want a layout field first_Name, Middle_Name, Last_Name like this, First Name Middle Name Last Name Trust Admin Name[input field] [input field] [input Field] I am using span3 ou

Django crispy form layout question

2013-06-12 Thread Subodh Nijsure
I am using django-crispy form to layout some of the form fields as shown below so that the first_name, last_name appear in one row, same with primary_number, email etc. Also I have set the label to blank and using place holder to display hints to user. Div(