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 Ucha On 21 maio, 08:17, 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 }}? > > Try {{ field.label_tag1 }}: {{ form.field1 }} {{ field.label_tag2 }}: {{ > form.field2 }} > > Juanjo > -- > mi blog:http://www.juanjoconti.com.ar --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---