add /auth/edit for apps like elk
This commit is contained in:
parent
82e7bd5824
commit
3d9cf5a853
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@ urlpatterns = [
|
|||
"users/OAuth2_login/",
|
||||
RedirectView.as_view(url="/account/login/oauth", query_string=True),
|
||||
),
|
||||
path(
|
||||
"auth/edit", # some apps like elk will use this url
|
||||
RedirectView.as_view(url="/account/profile", query_string=True),
|
||||
),
|
||||
path("", include("catalog.urls")),
|
||||
path("", include("journal.urls")),
|
||||
path("timeline/", include("social.urls")),
|
||||
|
|
Loading…
Add table
Reference in a new issue