From 5c721c1524214f461744213bb30dbf0128b2145a Mon Sep 17 00:00:00 2001 From: mst Date: Mon, 16 Dec 2024 16:53:05 +0300 Subject: [PATCH] use new `render_markdown()` function in inbox template --- templates/inbox.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/inbox.html b/templates/inbox.html index 73cb576..25d8eb3 100644 --- a/templates/inbox.html +++ b/templates/inbox.html @@ -13,9 +13,9 @@
-
+
{% if question.from_who %} - {{ question.from_who | render_markdown }} + {{ render_markdown(question.from_who, fromWho=True) }} {% else %} {{ cfg.anonName }} {% endif %}