feat(profile): Change the url so that the redirection is automatic after connexion
This commit is contained in:
parent
7491fdb376
commit
aed32e0725
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@ from . import views
|
|||
app_name = "dgsi"
|
||||
|
||||
urlpatterns = [
|
||||
path("profile", views.ProfileView.as_view(), name="dgn-profile"),
|
||||
path("accounts/profile/", views.ProfileView.as_view(), name="dgn-profile"),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue