Skip to content

Commit

Permalink
Add title
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanyychen committed Apr 17, 2024
1 parent 05f2bbc commit f0dc274
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions frontend/src/Pages/ProfileEdit.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -130,6 +125,7 @@
<title>
HKN | Edit Profile
</title>
<h1 style="margin-left: 15px">Edit Profile</h1>
{#await getProfileData()}
<p>Loading...</p>
{:then data}
Expand Down

0 comments on commit f0dc274

Please sign in to comment.