State max file size for receiver panorama and avatar images (#57)

* State max file size for receiver panorama and avatar images

* Update general.py

---------

Co-authored-by: Luarvique L. Luarvique <luarvique@gmail.com>
This commit is contained in:
Jordan K 2024-08-02 23:59:20 +01:00 committed by GitHub
parent 1c922e3c99
commit da8e6d406e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -72,13 +72,13 @@ class GeneralSettingsController(SettingsFormController):
AvatarInput(
"receiver_avatar",
"Receiver Avatar",
infotext="For performance reasons, images are cached. "
infotext="Maximum file size is 256kB. For performance reasons, images are cached. "
+ "It can take a few hours until they appear on the site.",
),
TopPhotoInput(
"receiver_top_photo",
"Receiver Panorama",
infotext="For performance reasons, images are cached. "
infotext="Maximum file size is 2MB. For performance reasons, images are cached. "
+ "It can take a few hours until they appear on the site.",
),
),