wip but not working, adding in pk

This commit is contained in:
David Kennedy 2024-05-14 14:19:08 -04:00
parent aa5b574d01
commit f9249f88cd
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
6 changed files with 114 additions and 23 deletions

View file

@ -179,7 +179,7 @@ urlpatterns = [
name="domain-users-add",
),
path(
"user-profile",
"user-profile/<int:pk>",
views.UserProfileView.as_view(),
name="user-profile",
),