Hi Crew, I am using django.contrib.auth.views.password_change in my site thus:
url(r'^passwordchange/$', 'django.contrib.auth.views.password_change', {'template_name': 'password_change.html'}, name='password_change'), I'm needing to pass some extra info to the template so that the correct navigation items are selected in my template. something like this: { 'section': 'profile', 'topsection': 'memberpages',} The problem is that password_change only takes the 'template_name' parameter. Anyone got any tips on how to achieve what i want without writing my own password change code :-) I'm hoping that i'm missing something obvious. Cheers, ram. --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---