I have a questions regarding the generic authentication views. Lets
take the password_change view for example:
django.contrib.auth.views.password_change
When I look at the source, I can see that the view returning the form
PassswordChangeForm as part of the context. So I would imagine in my
template, I should just be able to use something like:
{{ form.as_table }}
to print out the fields, but that's not happening. Any idea why?
Keith
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---