add information note about caching

This commit is contained in:
Jakob Ketterl 2021-02-09 18:06:32 +01:00
parent 75418baf06
commit 8422a33081

View File

@ -114,10 +114,14 @@ class GeneralSettingsController(AdminController):
AvatarInput( AvatarInput(
"receiver_avatar", "receiver_avatar",
"Receiver Avatar", "Receiver Avatar",
infotext="For performance reasons, images are cached. "
+ "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. "
+ "It can take a few hours until they appear on the site.",
), ),
), ),
Section( Section(