From a0573ac5a1fcbbbda2e541528ea4ab9957889fab Mon Sep 17 00:00:00 2001 From: Xavier Fiechter Date: Fri, 3 Feb 2023 14:13:59 +0100 Subject: [PATCH] . --- labellabor/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labellabor/urls.py b/labellabor/urls.py index a29cf69..76dc4aa 100644 --- a/labellabor/urls.py +++ b/labellabor/urls.py @@ -19,7 +19,7 @@ urlpatterns = [ ), path( - '', + 'account/userprofile/', ProfileView.as_view(), name='userprofile', ),