Answer the question
In order to leave comments, you need to log in
Why doesn't it redirect me to the correct page?
I created a link
app_name = 'login'
urlpatterns = [
path('done/', auth_views.PasswordResetDoneView.as_view(template_name='password_reset_done.html'), name = 'password_reset_done'),
]
127.0.0.1:8000/login/done
127.0.0.1:8000/log/reset/done
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question