diff --git a/templates/inbox.html b/templates/inbox.html index 5b0311f..ab34de4 100644 --- a/templates/inbox.html +++ b/templates/inbox.html @@ -13,42 +13,66 @@
-
+
{% if question.from_who %} - {{ question.from_who }} + {{ question.from_who | render_markdown }} {% else %} {{ cfg.anonName }} {% endif %}
{# - reserved for version 1.6.0 or later + reserved for version 1.6.0 or later - {% if question.private %} - Private - {% endif %} + {% if question.private %} + Private + {% endif %} #} {{ formatRelativeTime(str(question.creation_date)) }}
-
{{ question.content | render_markdown }}
+
+ {% if question.cw %} +

{{ question.cw }}

+
+ {{ question.content | render_markdown }} +
+ + {% else %} + {{ question.content | render_markdown }} + {% endif %} +
+
+
+ + +
+
-
- - {% if not cfg.noDeleteConfirm %} - - {% else %} - - {% endif %} +
+ + {% if not cfg.noDeleteConfirm %} + + {% else %} + + {% endif %} +
@@ -65,7 +89,7 @@ -