diff --git a/templates/asked_questions.html b/templates/asked_questions.html index f396b61..d593c06 100644 --- a/templates/asked_questions.html +++ b/templates/asked_questions.html @@ -6,40 +6,40 @@

{{ len(questions) }} question(s)

{% for question in questions %} -
-
-
-
-

- {% if question.from_who %} - {{ question.from_who }} - {% else %} - {{ cfg.anonName }} - {% endif %} -

-

{{ formatRelativeTime(str(question.creation_date)) }}

-
-
{{ question.content | render_markdown }}
-
-
-
- {% for answer in item.answers %} -
{{ answer.content | render_markdown }}
-
- {% else %}

Inbox is currently empty.

@@ -47,7 +47,7 @@ {% endblock %} {% block scripts %}