diff options
| author | winter | 2025-03-16 02:04:04 +0000 |
|---|---|---|
| committer | winter | 2025-03-16 02:04:04 +0000 |
| commit | dd4d47bde45d20954129ba256696bf12c3826cdd (patch) | |
| tree | 83029bead8fbd1fe7206961b8d0145b1400f6f38 /templates/actor/profile_editable.php | |
| parent | 23ddb01a20788da2c98c4d5bb9bd271ceff532c8 (diff) | |
fix hx-target everywhere :<
Diffstat (limited to 'templates/actor/profile_editable.php')
| -rw-r--r-- | templates/actor/profile_editable.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/actor/profile_editable.php b/templates/actor/profile_editable.php index fc969bd..f4318fd 100644 --- a/templates/actor/profile_editable.php +++ b/templates/actor/profile_editable.php @@ -1,4 +1,5 @@ -<form class="fullProfile" hx-post="/fragment/profile" hx-swap="outerHTML" enctype="multipart/form-data"> +<form class="fullProfile" hx-post="/fragment/profile" hx-swap="outerHTML" hx-target="this" + enctype="multipart/form-data"> <div class="basicInfo"> <?php call_template('actor/avatar', ['actor' => $actor]); ?> <div> |
