forms now working

This commit is contained in:
David Kennedy 2024-05-14 15:34:45 -04:00
parent f9249f88cd
commit 5ed20c09c3
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
4 changed files with 35 additions and 34 deletions

View file

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