add pskreporter settings mappings

This commit is contained in:
Jakob Ketterl 2021-02-06 21:01:59 +01:00
parent 01c58327aa
commit 5d291b5b36

View File

@ -251,6 +251,19 @@ class GeneralSettingsController(AdminController):
infotext="This callsign will be used to send spots to pskreporter.info", infotext="This callsign will be used to send spots to pskreporter.info",
), ),
), ),
Section(
"WSPRnet settings",
CheckboxInput(
"wsprnet_enabled",
"Reporting",
checkboxText="Enable sending spots to wsprnet.org",
),
TextInput(
"wsprnet_callsign",
"wsprnet callsign",
infotext="This callsign will be used to send spots to pskreporter.info",
),
),
] ]
def render_sections(self): def render_sections(self):