Edit LocationGroupCategory objects in Editor
This commit is contained in:
parent
4a58c1afab
commit
6a6af47528
4 changed files with 10 additions and 2 deletions
|
@ -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')),
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue