Re: how to make two fields appear on a single line

2008-06-09 Thread amar
Thanks for spending your time it worked On May 21, 4:17 pm, Juanjo Conti <[EMAIL PROTECTED]> wrote: > amar escribió: > > > HI, > >  I am developing a simple project on django and now i want to make two > > text boxes appear on a single row, please help me > > What are your doing now? {{ form }}?

Re: how to make two fields appear on a single line

2008-05-21 Thread Diego Ucha
I presume you need to acomplish this task on admin app, then I recommend that you read Chapter 17 from Django Book (http:// www.djangobook.com/en/1.0/chapter17/). Pay special attention to the section called "Customizing Admin Templates", this will definitely help you solve your problem. []s Diego

Re: how to make two fields appear on a single line

2008-05-21 Thread Juanjo Conti
amar escribió: > HI, > I am developing a simple project on django and now i want to make two > text boxes appear on a single row, please help me What are your doing now? {{ form }}? Try {{ field.label_tag1 }}: {{ form.field1 }} {{ field.label_tag2 }}: {{ form.field2 }} Juanjo -- mi blog: htt

how to make two fields appear on a single line

2008-05-21 Thread amar
HI, I am developing a simple project on django and now i want to make two text boxes appear on a single row, please help me --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,