display geometry in details

This commit is contained in:
Laura Klünder 2017-12-23 03:57:54 +01:00
parent 490083e538
commit 56549eb533
3 changed files with 24 additions and 4 deletions

View file

@ -84,6 +84,7 @@ class SpaceGeometryMixin(GeometryMixin):
'can_search': self.space.can_search,
},
))
result['level'] = self.level_id
return result
def register_delete(self):