diff options
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> |
