mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Web-based check-in interface (#1985)
This commit is contained in:
@@ -514,5 +514,5 @@ def merge_in(nav, newnav):
|
||||
if 'children' not in parents[0]:
|
||||
parents[0]['children'] = []
|
||||
parents[0]['children'].append(item)
|
||||
else:
|
||||
nav.append(item)
|
||||
continue
|
||||
nav.append(item)
|
||||
|
||||
Reference in New Issue
Block a user