From 289a872618ec4bf3f181aeb2d22c4cc914baeb73 Mon Sep 17 00:00:00 2001 From: Laetitia Getti Date: Mon, 31 Jul 2023 14:04:40 +0200 Subject: [PATCH] small change on url path --- la_chariotte/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/la_chariotte/urls.py b/la_chariotte/urls.py index e43f03c..4ab75c7 100644 --- a/la_chariotte/urls.py +++ b/la_chariotte/urls.py @@ -34,7 +34,7 @@ urlpatterns = [ name="password_reset_confirm", ), path( - "comptes/password_reset/done/", + "comptes/reset/mail_sent/", PasswordResetDoneView.as_view(), name="password_reset_done", ),