generate quests, but they can't be solved yet
This commit is contained in:
parent
38671a7947
commit
2805061c47
5 changed files with 135 additions and 2 deletions
|
@ -493,6 +493,8 @@ class RangingBeacon(SpaceGeometryMixin, models.Model):
|
|||
validators=[MinValueValidator(Decimal('0'))])
|
||||
comment = models.TextField(null=True, blank=True, verbose_name=_('comment'))
|
||||
|
||||
altitude_quest = models.BooleanField(_('altitude quest'), default=True)
|
||||
|
||||
class Meta:
|
||||
verbose_name = _('Ranging beacon')
|
||||
verbose_name_plural = _('Ranging beacons')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue