This commit is contained in:
Xavier Fiechter 2023-02-03 14:13:59 +01:00
parent a1e8f35010
commit a0573ac5a1

View file

@ -19,7 +19,7 @@ urlpatterns = [
),
path(
'',
'account/userprofile/',
ProfileView.as_view(),
name='userprofile',
),