diff --git a/frontend/src/Pages/ProfileEdit.svelte b/frontend/src/Pages/ProfileEdit.svelte index ec489dba..cd69a441 100644 --- a/frontend/src/Pages/ProfileEdit.svelte +++ b/frontend/src/Pages/ProfileEdit.svelte @@ -87,11 +87,6 @@ // outreach // car - // maybe just give the whole form and have the view process it - // view can check if the fields in each class exist in the form data - // then populate as needed - - const formData = new FormData(form); formData.set("csrfmiddlewaretoken", CSRFToken); @@ -130,6 +125,7 @@ HKN | Edit Profile +

Edit Profile

{#await getProfileData()}

Loading...

{:then data}