diff --git a/templates/inbox.html b/templates/inbox.html index 25d8eb3..75e4604 100644 --- a/templates/inbox.html +++ b/templates/inbox.html @@ -13,7 +13,7 @@
-
+
{% if question.from_who %} {{ render_markdown(question.from_who, fromWho=True) }} {% else %} diff --git a/templates/snippets/layout/question_card.html b/templates/snippets/layout/question_card.html index d3db36e..71bf8b0 100644 --- a/templates/snippets/layout/question_card.html +++ b/templates/snippets/layout/question_card.html @@ -3,7 +3,7 @@
-

+

{% if question.from_who %} {{ render_markdown(question.from_who, fromWho=True) }} {% else %}