I'm using django.contrib.auth.views for user management like login
wrapped in my own views for example:

@login_required
def password_change(request):
        return django.contrib.auth.views.password_change(request,
template_name='userpanel/password_change.html')

But my template context processor and my variables set in request
context aren't used. Is there a way to pass them to the
django.contrib.auth.views ?
--~--~---------~--~----~------------~-------~--~----~
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