fix typo
This commit is contained in:
parent
662ea578c8
commit
e76963a2a6
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class Level(SpecificLocation, models.Model):
|
|||
result = super()._serialize(**kwargs)
|
||||
result['on_top_of'] = self.on_top_of_id
|
||||
result['base_altitude'] = float(str(self.base_altitude))
|
||||
result['default_height'] = float(str(self.default_heights))
|
||||
result['default_height'] = float(str(self.default_height))
|
||||
return result
|
||||
|
||||
def _render_space_ground(self, svg, space):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue