Quiiz system

This commit is contained in:
2026-07-26 16:46:41 +02:00
parent 7f17d69f5c
commit 4780016980
192 changed files with 15031 additions and 566 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
from .core import _in_clause, _now_iso, db, get_table
SEO_META_TYPES = ("post", "project", "gist", "news", "issue")
SEO_META_TYPES = ("post", "project", "gist", "news", "issue", "quiz")
def get_seo_metadata(target_type: str, target_uid: str) -> dict | None: