use comment instead of title for ranging beacon quest
node id and bssid are useless and confusing for questers
This commit is contained in:
parent
85d62d0980
commit
52430bd21d
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue