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
1 changed files with 1 additions and 1 deletions

View File

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