mirror of https://github.com/logos-co/open-law.git
fix breadcrumbs
This commit is contained in:
parent
50973309b9
commit
f852a421a3
|
@ -41,6 +41,8 @@ def create_breadcrumbs(
|
|||
]
|
||||
|
||||
for collection_id in collection_path:
|
||||
if collection_id is None:
|
||||
continue
|
||||
collection: m.Collection = db.session.get(m.Collection, collection_id)
|
||||
crumples += [
|
||||
s.BreadCrumb(
|
||||
|
|
14573
app/static/js/main.js
14573
app/static/js/main.js
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue