Edit LocationGroupCategory objects in Editor

This commit is contained in:
Laura Klünder 2017-07-10 14:10:48 +02:00
parent 4a58c1afab
commit 6a6af47528
4 changed files with 10 additions and 2 deletions

View file

@ -25,6 +25,7 @@ def main_index(request):
'levels': Level.objects.filter(on_top_of__isnull=True),
'can_edit': request.changeset.can_edit(request),
'child_models': [
child_model(request.changeset.wrap_model('LocationGroupCategory')),
child_model(request.changeset.wrap_model('LocationGroup')),
child_model(request.changeset.wrap_model('Source')),
],