From d2de3ae10b6f5314bd4b8243218212d2004f35b0 Mon Sep 17 00:00:00 2001 From: Jani Peter Karhunen Date: Sat, 25 Nov 2023 03:32:29 +0200 Subject: MEGA Commit. Rework of routing. Visuals. Answer analysis and much more. --- templates/answer.html | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) (limited to 'templates/answer.html') diff --git a/templates/answer.html b/templates/answer.html index 0ed0a05..eb49ff8 100644 --- a/templates/answer.html +++ b/templates/answer.html @@ -1,5 +1,21 @@ - -
{{ nick }}
-
{{ alert }}
-

answer NOW!

-
+{% include 'base.html' %} + +Vastaa kyselmään "{{ link }}": + +
+
+{% for q in questions %} +
+
{{ q.q }}
+
+
{{ q.n }}
+
+
{{ q.p }}
+
+ +
+{% endfor %} + +
+
+ -- cgit v1.2.3