It throws a debug error page.
On Sep 18, 10:01 pm, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote:
> On Friday 19 Sep 2008 7:02:06 am Karthik Krishnan wrote:
>
> > The premise is this: If the form validation fails, I want to display
> > all the validation error messages on the top of the page in a special
> > div tag that I have created.
>
> > {% for field, message in form.errors.items()%}
> > {{message}}
>
> > {% endfor %}
>
> > returns a compilation error.
>
> what error
>
> --
> regards
> KGhttp://lawgon.livejournal.com
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---