aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/actor/profile_reset_avatar.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/actor/profile_reset_avatar.php')
-rw-r--r--templates/actor/profile_reset_avatar.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/actor/profile_reset_avatar.php b/templates/actor/profile_reset_avatar.php
index 86a3507..5eb0a68 100644
--- a/templates/actor/profile_reset_avatar.php
+++ b/templates/actor/profile_reset_avatar.php
@@ -1,3 +1,3 @@
-<button type="button" class="secondary inline" hx-post="/fragment/profile/resetAvatar" <?= ($reset ?? false) ? 'disabled' : '' ?>>
+<button type="button" class="secondary inline" hx-post="/fragment/profile/resetAvatar" <?= ($reset ?? false) ? 'disabled' : '' ?> hx-target="this">
<?= __(($reset ?? false) ? 'user.profile.avatarReset' : 'user.profile.resetAvatar') ?>
</button> \ No newline at end of file