mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
✨ init coursechapters
This commit is contained in:
parent
8c89341087
commit
976b730de5
4 changed files with 186 additions and 7 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue