Show all Hfs

This commit is contained in:
Christian Cueni 2022-11-02 21:52:33 +01:00
parent bd520134f1
commit 1d7816f664
1 changed files with 6 additions and 7 deletions

View File

@ -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,
)