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
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
2 matches
Mail list logo