add todo about moving ObstacleGroup
This commit is contained in:
parent
3ab84b6e8d
commit
cd447d8490
1 changed files with 1 additions and 0 deletions
|
@ -169,6 +169,7 @@ class Ramp(SpaceGeometryMixin, models.Model):
|
|||
default_related_name = 'ramps'
|
||||
|
||||
|
||||
# todo: move to other file? this is NOT a geometry!
|
||||
class ObstacleGroup(TitledMixin, models.Model):
|
||||
color = models.CharField(max_length=32, null=True, blank=True)
|
||||
in_legend = models.BooleanField(default=False, verbose_name=_('show in legend (if color set)'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue