Re: Two forms.Form one page: second form will not show any errors

2009-02-05 Thread Gordon Cassie
Thanks very much for the help! On Thu, Feb 5, 2009 at 12:07 PM, Alex Gaynor <alex.gay...@gmail.com> wrote: > > > On Thu, Feb 5, 2009 at 2:10 PM, Gordon Cassie <gordoncas...@gmail.com>wrote: > >> That did the trick. >> >> Another quick question. I have

Re: Two forms.Form one page: second form will not show any errors

2009-02-05 Thread Gordon Cassie
That did the trick. Another quick question. I have made some custom validations in the forms clean() method. The only way I can seem to display the errors in the template is by doing this: {{ form.errors }}. The problem with this is before it displays the actual errors it is displaying __all__.