|
|
@ -7,11 +7,11 @@ urlpatterns = [ |
|
|
|
# path("signup/", views.signup, name="hc-signup"), |
|
|
|
# path("login_link_sent/", views.login_link_sent, name="hc-login-link-sent"), |
|
|
|
# path("link_sent/", views.link_sent, name="hc-link-sent"), |
|
|
|
# path( |
|
|
|
# "check_token/<slug:username>/<slug:token>/", |
|
|
|
# views.check_token, |
|
|
|
# name="hc-check-token", |
|
|
|
# ), |
|
|
|
path( |
|
|
|
"check_token/<slug:username>/<slug:token>/", |
|
|
|
views.check_token, |
|
|
|
name="hc-check-token", |
|
|
|
), |
|
|
|
path("profile/", views.profile, name="hc-profile"), |
|
|
|
path("profile/notifications/", views.notifications, name="hc-notifications"), |
|
|
|
path("close/", views.close, name="hc-close"), |
|
|
|