Re: newforms print unformatted

2006-12-29 Thread [EMAIL PROTECTED]
Thanks a lot. I will do that, it works fine great. --~--~-~--~~~---~--~~ 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.com To unsubscribe f

Re: newforms print unformatted

2006-12-29 Thread Felix Ingram
On 29/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi there. When I write forms, I generally prefer to just write them as so: A Form Item 1: Unfortunately, there does not appear to be a method for printing out forms without , or any table tags. Would it be reasonable to

newforms print unformatted

2006-12-28 Thread [EMAIL PROTECTED]
Hi there. When I write forms, I generally prefer to just write them as so: A Form Item 1: Unfortunately, there does not appear to be a method for printing out forms without , or any table tags. Would it be reasonable to suggest that such a method be implemented? --~--~-~-