raise overall content body size, routes will implement stricter limits

This commit is contained in:
2025-12-06 10:18:32 +03:00
parent 6c96563a0e
commit 09a19b5352
3 changed files with 12 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
<input type='submit' value='Save avatar' {{ 'disabled' if disable_avatar else '' }}>
<input type='submit' value='Clear avatar' formaction='{{ url_for('users.clear_avatar', username=active_user.username) }}' formnovalidate {{ 'disabled' if active_user.is_default_avatar() else '' }}>
</div>
<span>1MB maximum size. Avatar will be scaled down to fit a square.</span>
<span>1MB maximum size. Avatar will be cropped to square.</span>
</form>
</fieldset>
<fieldset class="hfc">