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(
|
||||
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"
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user