[profiles] Actually make the form work

This commit is contained in:
2025-02-25 01:17:12 -05:00
parent 8c600d6b4b
commit 71874510a4
4 changed files with 33 additions and 11 deletions

View File

@ -6,6 +6,6 @@ app_name = "profiles"
urlpatterns = [
path(
"settings/", views.ProfileDetailView.as_view(), name="profile_settings"
"settings/", views.ProfileFormView.as_view(), name="profile_settings"
),
]