base_altitude in editor
This commit is contained in:
parent
b5e115e011
commit
e610738b11
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ class EditorFormBase(ModelForm):
|
|||
|
||||
|
||||
def create_editor_form(editor_model):
|
||||
possible_fields = ['slug', 'name', 'ordering', 'category', 'width', 'groups', 'color', 'priority', 'altitude',
|
||||
possible_fields = ['slug', 'name', 'ordering', 'category', 'width', 'groups', 'color', 'priority', 'base_altitude',
|
||||
'waytype', 'access_restriction', 'height', 'default_height', 'can_search', 'can_describe',
|
||||
'outside', 'geometry', 'single', 'allow_levels', 'allow_spaces', 'allow_areas', 'allow_pois',
|
||||
'left', 'top', 'right', 'bottom']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue