From de57b6fd929b7ce1a93db6442d01321786ccc9b6 Mon Sep 17 00:00:00 2001 From: jwansek Date: Mon, 7 Apr 2025 19:26:36 +0100 Subject: General housekeeping, removed some defunct features --- templates/index.html.j2 | 2 +- templates/questions.html.j2 | 2 +- templates/template.html.j2 | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/index.html.j2 b/templates/index.html.j2 index 49c2794..53ca77e 100755 --- a/templates/index.html.j2 +++ b/templates/index.html.j2 @@ -16,7 +16,7 @@

recent git commits:

diff --git a/templates/questions.html.j2 b/templates/questions.html.j2 index bf6b278..97edd38 100644 --- a/templates/questions.html.j2 +++ b/templates/questions.html.j2 @@ -1,6 +1,6 @@ {% extends "template.html.j2" %} {% block content %} -

ask a question!

+

ask a question!

{% for id_, link, dt, question, answer in qnas %}
{{ dt.isoformat() }}
diff --git a/templates/template.html.j2 b/templates/template.html.j2 index b0ce156..1c9e99e 100755 --- a/templates/template.html.j2 +++ b/templates/template.html.j2 @@ -8,7 +8,7 @@ - + @@ -49,7 +49,7 @@