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', ),