add information note about caching
This commit is contained in:
parent
75418baf06
commit
8422a33081
@ -114,10 +114,14 @@ class GeneralSettingsController(AdminController):
|
||||
AvatarInput(
|
||||
"receiver_avatar",
|
||||
"Receiver Avatar",
|
||||
infotext="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. "
|
||||
+ "It can take a few hours until they appear on the site.",
|
||||
),
|
||||
),
|
||||
Section(
|
||||
|
Loading…
Reference in New Issue
Block a user