rename Section back to Level

This commit is contained in:
Laura Klünder 2017-06-11 14:43:14 +02:00
parent 27ff35e785
commit 1498b7aeb0
27 changed files with 416 additions and 334 deletions

View file

@ -13,8 +13,8 @@ LOCATION_MODELS = []
class LocationSlug(SerializableMixin, models.Model):
LOCATION_TYPE_CODES = {
'Section': 'se',
'Space': 'sp',
'Level': 'l',
'Space': 's',
'Area': 'a',
'Point': 'p',
'LocationGroup': 'g'