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 %}