From 4303ff93359c42e61cb7362932a4433d4d51cf1b Mon Sep 17 00:00:00 2001 From: jwansek Date: Tue, 24 Mar 2026 18:33:56 +0000 Subject: Added page for each question --- edaweb/templates/questions.html.j2 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'edaweb/templates/questions.html.j2') diff --git a/edaweb/templates/questions.html.j2 b/edaweb/templates/questions.html.j2 index eb58380..a800941 100644 --- a/edaweb/templates/questions.html.j2 +++ b/edaweb/templates/questions.html.j2 @@ -3,11 +3,7 @@

ask a question!

{% for id_, link, dt, question, answer, host in qnas %} - {% if host == "curiouscat" %} -
{{ dt.isoformat() }} - {{ host }}
- {% else %} -
{{ dt.isoformat() }} - {{ host }}
- {% endif %} +
{{ dt.isoformat() }} - {{ host }}

{{ question }}

{{ answer }}

-- cgit v1.2.3