Your url conf says:
r'^password_change/$',

but you tries to check:
/password/change/

Very strange, really?

On 8 янв, 15:53, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> i have this in one urls.py:
>  url(r'^login/$', auth_views.login,{'template_name': 'registration/
> login.html'},name='auth_login'),
>
> (r'^password_change/$', 'password_change',
> {'template_name':'registration/password_change_form.html'},
> 'auth_password_change'),
>
> this 2 url is the same structure. when i change the content of
> login.html, it will reflect on the view of /login/
> but when i changed the content of password_change_form.html, there are
> no change in web: /password/change/, even if i delete
> password_change_form.html, it will still display the same content.
>
> haha, so strange even i check word one by one, i cannot figure out
> what happened.
--~--~---------~--~----~------------~-------~--~----~
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