Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
yukitya-1811 committed May 9, 2024
1 parent 18fdb15 commit 63c884e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corpus/accounts/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
path("signup/", signup, name="accounts_signup"),
path("login/", signin, name="accounts_signin"),
path("logout/", signout, name="accounts_signout"),
path("reset/", PasswordResetView.as_view(html_email_template_name="registration/password_reset_email.html"),
path("reset/", PasswordResetView.as_view(html_email_template_name="../templates/registration/password_reset_email.html"),
name="password_reset"),
path("reset/done/", PasswordResetDoneView.as_view(), name="password_reset_done"),
path(
Expand Down

0 comments on commit 63c884e

Please sign in to comment.