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
-~----------~----~----~----~------~----~------~--~---

Reply via email to