add information note about caching
This commit is contained in:
parent
75418baf06
commit
8422a33081
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user