From 8422a33081ebf61a1a7b9a07c895f19d45c5f22e Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Tue, 9 Feb 2021 18:06:32 +0100 Subject: [PATCH] add information note about caching --- owrx/controllers/settings.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/owrx/controllers/settings.py b/owrx/controllers/settings.py index 56ff1e4..c6004cb 100644 --- a/owrx/controllers/settings.py +++ b/owrx/controllers/settings.py @@ -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(