mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-09 19:52:20 +01:00
Merge branch 'fix/forgot-password-page' into 'marietje-zuid'
Fix bug for Forgot Password page Closes #54 See merge request technicie/MarietjeDjango!70
This commit is contained in:
@ -31,7 +31,7 @@ urlpatterns = [
|
||||
path("register/", RegisterView.as_view(), name="register"),
|
||||
path("activate/<int:user_id>/<str:token>/", ActivateView.as_view(), name="activate"),
|
||||
path("forgotpassword/", ForgotPasswordView.as_view(), name="forgotpassword"),
|
||||
path("resetpassword/<int:user_id>/<str:token>/", ResetPasswordView.as_view, name="resetpassword"),
|
||||
path("resetpassword/<int:user_id>/<str:token>/", ResetPasswordView.as_view(), name="resetpassword"),
|
||||
path("admin/", admin.site.urls),
|
||||
path("privacy/", PrivacyView.as_view(), name="privacy"),
|
||||
path("metrics/", metrics, name="metrics"),
|
||||
|
||||
Reference in New Issue
Block a user