From f9a4f9ba644d5cb56458d0b0498f798acd6bb0a1 Mon Sep 17 00:00:00 2001 From: mystie Date: Sat, 28 Sep 2024 00:41:50 +0300 Subject: [PATCH] indentation fixes for unused template --- templates/asked_questions.html | 62 +++++++++++++++++----------------- 1 file changed, 31 insertions(+), 31 deletions(-) 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 %}