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( TINYWIKI_BASE_TEMPLATE = getattr(
settings, settings,
"TINYWIKI_BASE_TEMPLATE", "TINYWIKI_BASE_TEMPLATE",
getattr(settings, getattr(
"BASE_TEMPLATE", settings, "BASE_TEMPLATE",
("tinywiki/bs-base.html" if USE_BOOTSTRAP "tinywiki/bs-base.html" if USE_BOOTSTRAP else "tinywiki/base.html"
else "tinywiki/base.html") )
) )