mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-02 20:01:51 +02:00
small change on url path
This commit is contained in:
parent
a476c4b288
commit
289a872618
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ urlpatterns = [
|
||||||
name="password_reset_confirm",
|
name="password_reset_confirm",
|
||||||
),
|
),
|
||||||
path(
|
path(
|
||||||
"comptes/password_reset/done/",
|
"comptes/reset/mail_sent/",
|
||||||
PasswordResetDoneView.as_view(),
|
PasswordResetDoneView.as_view(),
|
||||||
name="password_reset_done",
|
name="password_reset_done",
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue