That might be the problem then. I dislike the default markup, so I'm
using my own. How do you find if the form as errors? Using
http://docs.djangoproject.com/en/dev/topics/forms/ as a guide, I've
tried using form.has_errors, form.errors and form.message.errors, but
Registration doesn't seem to use any of those.

Chris

On Thu, Oct 9, 2008 at 9:24 AM, Carl Meyer <[EMAIL PROTECTED]> wrote:
>
> You also shouldn't need to write your own form, as the password_change
> view (just like all the others) gives you a template variable "form"
> that you can just render normally (with form.as_ul or siblings, or
> just iterating over the fields).
>
> Carl

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to