mirror of
https://git.cmoser.eu/tinytools/django-tinywiki.git
synced 2026-02-04 06:06:33 +01:00
2026.01.14 17:50:39 (cachyos.cmoser.eu)
This commit is contained in:
@@ -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")
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user