Re: Customizing forms html

2011-09-21 Thread Russell Keith-Magee
On Thu, Sep 22, 2011 at 2:19 AM, Jacob G wrote: > I'm trying to customize Django forms html based on three requirements: > 1) Html output to match html given to me by a web site designer. > 2) Automatically generate forms, so I don't have to duplicate html in > templates. > 3) Re-use as match of D

Re: Customizing forms html

2011-09-21 Thread Jacob G
And I also want to display non-field errors after the form, not before. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/66g7i8P5DqEJ. To post to this group,

Customizing forms html

2011-09-21 Thread Jacob G
I'm trying to customize Django forms html based on three requirements: 1) Html output to match html given to me by a web site designer. 2) Automatically generate forms, so I don't have to duplicate html in templates. 3) Re-use as match of Django forms code as possible. For my first attempt, I'm w