mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
add a quick note about HTML being supported
This commit is contained in:
parent
b5bbdae317
commit
fe7f2317de
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue