Skip to content

Commit

Permalink
add placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
jh-RLI committed Nov 21, 2024
1 parent 2348f25 commit 6d32183
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions login/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

app_name = "login"
urlpatterns = [
###############################################################
# Might be deprecated as django allauth is implemented
re_path(
"password_reset/",
PasswordResetView.as_view(
Expand Down Expand Up @@ -42,6 +44,7 @@
),
name="password_reset_complete",
),
#################################################################
re_path(
r"^profile/(?P<user_id>[\d]+)$",
views.TablesView.as_view(),
Expand Down

0 comments on commit 6d32183

Please sign in to comment.