Browse Source

not remove check_token because is used

pull/331/head
facundo espinosa 5 years ago
parent
commit
a9e33fa8cc
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      hc/accounts/urls.py

+ 5
- 5
hc/accounts/urls.py View File

@ -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"),


Loading…
Cancel
Save