From 3c37ba906ad218820d60a33709c0fe09e7706dcd Mon Sep 17 00:00:00 2001 From: mst Date: Thu, 19 Sep 2024 23:11:12 +0300 Subject: [PATCH] 1.4.3-alpha - bugfix --- constants.py | 2 +- templates/admin/index.html | 2 +- templates/base.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/constants.py b/constants.py index b25e77f..bda0b69 100644 --- a/constants.py +++ b/constants.py @@ -2,6 +2,6 @@ antiSpamFile = 'wordlist.txt' blacklistFile = 'word_blacklist.txt' configFile = 'config.json' appName = 'CatAsk' -version = '1.4.2' +version = '1.4.3' # id (identifier) is to be interpreted as described in https://semver.org/#spec-item-9 version_id = '-alpha' diff --git a/templates/admin/index.html b/templates/admin/index.html index a64bd94..ce16c3f 100644 --- a/templates/admin/index.html +++ b/templates/admin/index.html @@ -155,7 +155,7 @@
-
{{ cfg.instance.rules | render_markdown }}
+
{{ cfg.instance.rules | render_markdown }}
diff --git a/templates/base.html b/templates/base.html index 03852a6..2f5361d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -37,7 +37,7 @@ {% block additionalHeadItems %}{% endblock %} - {% block title %}{% endblock %} | {{ cfg.instanceTitle }} + {% block title %}{% endblock %} | {{ cfg.instance.title }} Skip to content