add a quick note about HTML being supported

This commit is contained in:
Jakob Ketterl 2022-06-09 19:22:45 +02:00
parent b5bbdae317
commit fe7f2317de

View File

@ -48,7 +48,7 @@ class GeneralSettingsController(SettingsFormController):
TextInput("receiver_admin", "Receiver admin"), TextInput("receiver_admin", "Receiver admin"),
LocationInput("receiver_gps", "Receiver coordinates"), LocationInput("receiver_gps", "Receiver coordinates"),
TextInput("photo_title", "Photo title"), TextInput("photo_title", "Photo title"),
TextAreaInput("photo_desc", "Photo description"), TextAreaInput("photo_desc", "Photo description", infotext="HTML supported "),
), ),
Section( Section(
"Receiver images", "Receiver images",