diff --git a/login/urls.py b/login/urls.py index f8bd29192..0a6d86381 100644 --- a/login/urls.py +++ b/login/urls.py @@ -12,6 +12,8 @@ app_name = "login" urlpatterns = [ + ############################################################### + # Might be deprecated as django allauth is implemented re_path( "password_reset/", PasswordResetView.as_view( @@ -42,6 +44,7 @@ ), name="password_reset_complete", ), + ################################################################# re_path( r"^profile/(?P[\d]+)$", views.TablesView.as_view(),