Show all Hfs
This commit is contained in:
parent
bd520134f1
commit
1d7816f664
|
|
@ -286,10 +286,9 @@ Diese können negative Folgen verschiedener Art nach sich ziehen, darunter recht
|
|||
),
|
||||
)
|
||||
else:
|
||||
pass
|
||||
# media_category = MediaCategoryPageFactory(
|
||||
# overview_icon=overview_icon,
|
||||
# title=cat.title,
|
||||
# course_category=cat,
|
||||
# parent=media_lib_page,
|
||||
# )
|
||||
media_category = MediaCategoryPageFactory(
|
||||
overview_icon=overview_icon,
|
||||
title=cat.title,
|
||||
course_category=cat,
|
||||
parent=media_lib_page,
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue