fix error 500 when trying to edit/create an arealocation in editor

This commit is contained in:
Laura Klünder 2016-12-24 16:24:56 +01:00
parent 9ea9a72bb2
commit 62d4132d60
7 changed files with 21 additions and 18 deletions

View file

@ -49,7 +49,7 @@ class MapItem(models.Model, metaclass=MapItemMeta):
kwargs = {}
return kwargs
def tofile(self):
def tofile(self, form=None):
return OrderedDict()
def save(self, *args, **kwargs):