Re: horizontal alignment of forms in a formset without ajax

2012-07-02 Thread Karen Tracey
Please ask questions about using Django on django-users. The topic of this list is the development of Django itself. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.

horizontal alignment of forms in a formset without ajax

2012-07-02 Thread Abhishek Sharma
hi, I am novice on django, so does anyone know how to align forms in a formset (which i have defined in a view) horizontally overriding the default vertical alignment without using ajax on the formset. -- You received this message because you are subscribed to the Google Groups "Django devel