diff --git a/Ernestophone/urls.py b/Ernestophone/urls.py index 01abfe3..8313307 100644 --- a/Ernestophone/urls.py +++ b/Ernestophone/urls.py @@ -13,7 +13,7 @@ urlpatterns = [ url(r'^registration/?$', gestion_views.inscription_membre, name='registration'), url(r'^change/?', gestion_views.change_membre, name='change_membre'), - url(r'^password/?', gestion_views.change_password), + url(r'^password/?', gestion_views.change_password, name='change_password'), url(r'^user/password/reset/$', auth_views.password_reset, {'post_reset_redirect': '/user/password/reset/done/'}, name="password_reset"),