From f0dc274bd34dfcb2f522f8e102b9b156521f4f6e Mon Sep 17 00:00:00 2001 From: ryanyychen Date: Wed, 17 Apr 2024 10:07:49 -0700 Subject: [PATCH] Add title --- frontend/src/Pages/ProfileEdit.svelte | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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}