2026.01.14 17:50:39 (cachyos.cmoser.eu)

This commit is contained in:
2026-01-14 17:50:39 +01:00
parent e8c5a0a77a
commit 523fb8bcad

View File

@@ -38,8 +38,8 @@ USE_BOOTSTRAP = getattr(settings, "USE_BOOTSTRAP", True)
TINYWIKI_BASE_TEMPLATE = getattr(
settings,
"TINYWIKI_BASE_TEMPLATE",
getattr(settings,
"BASE_TEMPLATE",
("tinywiki/bs-base.html" if USE_BOOTSTRAP
else "tinywiki/base.html")
getattr(
settings, "BASE_TEMPLATE",
"tinywiki/bs-base.html" if USE_BOOTSTRAP else "tinywiki/base.html"
)
)