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/create.html | 32 ++++++++++++++++++++++++++------ 1 file changed, 26 insertions(+), 6 deletions(-) (limited to 'templates/create.html') diff --git a/templates/create.html b/templates/create.html index fe2aa24..b369ae8 100644 --- a/templates/create.html +++ b/templates/create.html @@ -1,9 +1,29 @@ - -
{{ nick }}
-
{{ alert }}
-

create

+{% include 'base.html' %} -
-Lisää kysymys +
+{% for q in questions %} +
+
{{ q.q }}
+
+
{{ q.n }}
+
+
{{ q.p }}
+
+
+{% endfor %} + +
+
+ + + +
+
+ +
+
+
+
\ No newline at end of file -- cgit v1.2.3