From d13d4860f3d5b51d659379aa8a38742bfe49bf37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tuomas=20Klav=C3=A9r?= Date: Mon, 20 Nov 2023 02:04:12 +0200 Subject: Questions now shows up. DB -> JSON -> JS -> DOM --- templates/create.html | 4 ++++ templates/question.html | 22 +++++++++++++++------- 2 files changed, 19 insertions(+), 7 deletions(-) (limited to 'templates') diff --git a/templates/create.html b/templates/create.html index 0ba8164..fe2aa24 100644 --- a/templates/create.html +++ b/templates/create.html @@ -1,5 +1,9 @@ +
{{ nick }}
{{ alert }}

create

+ +
+ Lisää kysymys diff --git a/templates/question.html b/templates/question.html index 90d3abc..6d0dca1 100644 --- a/templates/question.html +++ b/templates/question.html @@ -1,9 +1,17 @@ -
{{ alert }}
+
{{ alert }}
-Kysymys:
- : valinnat : -
-
- +
+
Kysymys:
+
+
Valinnat:
+
+
+
+
+
+ + + +
-- cgit v1.2.3