From 106ccd45f1cfa2d3561eb7107e13aff7adadde4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Mon, 3 Oct 2016 17:14:28 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20oubli=20nom=20pour=20r=C3=A9solution=20d'?= =?UTF-8?q?url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ernestophone/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"),