From e39ccd5939c882d208169a31dc210d1fb15f07c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Tue, 1 Jul 2025 18:10:29 +0300 Subject: [PATCH] add abbr to ST in timestamp --- app/templates/common/macros.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/common/macros.html b/app/templates/common/macros.html index 7520e04..50f235d 100644 --- a/app/templates/common/macros.html +++ b/app/templates/common/macros.html @@ -39,7 +39,7 @@ {% endmacro %} {% macro timestamp(unix_ts) %} -{{ unix_ts | ts_datetime('%Y-%m-%d %H:%M')}} ST +{{ unix_ts | ts_datetime('%Y-%m-%d %H:%M')}} ST {% endmacro %} {% macro babycode_editor_component(ta_name, ta_placeholder="Post body", optional=False, prefill="") %}