From 52430bd21d5b04d9199802b0ca28c30b6b27fd47 Mon Sep 17 00:00:00 2001 From: Gwendolyn Date: Thu, 26 Dec 2024 02:56:00 +0100 Subject: [PATCH] use comment instead of title for ranging beacon quest node id and bssid are useless and confusing for questers --- src/c3nav/mapdata/quests/simple.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c3nav/mapdata/quests/simple.py b/src/c3nav/mapdata/quests/simple.py index 55592578..0993a849 100644 --- a/src/c3nav/mapdata/quests/simple.py +++ b/src/c3nav/mapdata/quests/simple.py @@ -20,7 +20,7 @@ class RangingBeaconAltitudeQuestForm(ChangeSetModelForm): def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) self.fields["altitude"].label = ( - _('How many meters above ground is the access point ā€œ%sā€ mounted?') % self.instance.title + _('How many meters above ground is the access point ā€œ%sā€ mounted?') % self.instance.comment ) def clean_altitude(self):