fix missing “New Level” link
This commit is contained in:
parent
6c15d1d657
commit
504fe3fe25
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ def main_index(request):
|
|||
Level = request.changeset.wrap_model('Level')
|
||||
return render(request, 'editor/index.html', {
|
||||
'levels': Level.objects.filter(on_top_of__isnull=True),
|
||||
'can_edit': request.changeset.can_edit(request),
|
||||
'child_models': [
|
||||
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