diff options
| author | winter | 2025-01-20 17:43:17 +0000 |
|---|---|---|
| committer | winter | 2025-01-20 17:43:17 +0000 |
| commit | 6b78446c1d5b76438d40bbe68aa0397de533e61a (patch) | |
| tree | f2e06477b74e2b380b1922179e3cb16ca1420481 /templates/actor_profile_editable.php | |
| parent | 55433eeca50ff840cb0b660f8f9de44b2bc6825f (diff) | |
various avatar tweaks and profile above note form
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 2c0ef5c..1370e53 100644 --- a/templates/actor_profile_editable.php +++ b/templates/actor_profile_editable.php @@ -14,7 +14,8 @@ <div class="row"> <label for="profileAvatar"><?= __('user.profile.changeAvatar') ?></label> - <input type="file" id="profileAvatar" name="avatar" accept="image/*"> + <input style="display: inline-block" type="file" id="profileAvatar" name="avatar" accept="image/*"> + <?php call_template('actor_profile_reset_avatar'); ?> </div> <div class="row"> |
