convert all remaining AreaLocations
This commit is contained in:
parent
fd17c3c29d
commit
69ac1b74c6
3 changed files with 83 additions and 0 deletions
|
@ -74,6 +74,7 @@ class LegacyLocation:
|
|||
|
||||
class LocationGroup(Location, EditorFormMixin, models.Model):
|
||||
compiled_room = models.BooleanField(default=False, verbose_name=_('is a compiled room'))
|
||||
compiled_area = models.BooleanField(default=False, verbose_name=_('is a compiled area'))
|
||||
|
||||
class Meta:
|
||||
verbose_name = _('Location Group')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue