init coursechapters

This commit is contained in:
swve 2022-07-10 00:53:27 +02:00
parent 8c89341087
commit 976b730de5
4 changed files with 186 additions and 7 deletions

View file

@ -72,6 +72,8 @@ async def check_element_type(element_id):
return "houses"
elif element_id.startswith("org_"):
return "organizations"
elif element_id.startswith("coursechapter_"):
return "courses"
elif element_id.startswith("collection_"):
return "collections"
else: