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:
parent
1c922e3c99
commit
da8e6d406e
|
|
@ -72,13 +72,13 @@ class GeneralSettingsController(SettingsFormController):
|
||||||
AvatarInput(
|
AvatarInput(
|
||||||
"receiver_avatar",
|
"receiver_avatar",
|
||||||
"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.",
|
+ "It can take a few hours until they appear on the site.",
|
||||||
),
|
),
|
||||||
TopPhotoInput(
|
TopPhotoInput(
|
||||||
"receiver_top_photo",
|
"receiver_top_photo",
|
||||||
"Receiver Panorama",
|
"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.",
|
+ "It can take a few hours until they appear on the site.",
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue