Re: providing extra info to the django.contrib.auth.views.password_change template

2009-04-24 Thread Ram
On Apr 25, 11:40 am, Ram wrote: -- snip -- > 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, > > ra

providing extra info to the django.contrib.auth.views.password_change template

2009-04-24 Thread Ram
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 templat