add LeaveDescription and CrossDescription to Editor
This commit is contained in:
parent
6d3b4b9c60
commit
9ae9477b33
5 changed files with 42 additions and 4 deletions
|
@ -243,7 +243,7 @@ class AltitudeMarker(SpaceGeometryMixin, models.Model):
|
|||
return '%s (%sm)' % (super().title, self.altitude)
|
||||
|
||||
|
||||
class LeaveDecription(SpaceGeometryMixin, models.Model):
|
||||
class LeaveDescription(models.Model):
|
||||
"""
|
||||
A description for leaving a space to another space
|
||||
"""
|
||||
|
@ -258,7 +258,7 @@ class LeaveDecription(SpaceGeometryMixin, models.Model):
|
|||
default_related_name = 'leave_descriptions'
|
||||
|
||||
|
||||
class CrossDecription(SpaceGeometryMixin, models.Model):
|
||||
class CrossDescription(models.Model):
|
||||
"""
|
||||
A description for crossing a space from one space to another space
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue