From 0ed244ef2dd27a835ec12fdbc93a1f20bbcd89eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olli=20Vil=C3=A9n?= Date: Thu, 16 Nov 2023 22:11:46 +0200 Subject: More db actions and forms. --- templates/analyse.html | 2 ++ templates/answer.html | 1 + templates/create.html | 3 +++ templates/question.html | 9 +++++++++ templates/quiz.html | 4 ++++ 5 files changed, 19 insertions(+) create mode 100644 templates/question.html create mode 100644 templates/quiz.html (limited to 'templates') diff --git a/templates/analyse.html b/templates/analyse.html index 3220412..6970764 100644 --- a/templates/analyse.html +++ b/templates/analyse.html @@ -1,2 +1,4 @@ +
{{ nick }}
{{ alert }}

analyse

+ diff --git a/templates/answer.html b/templates/answer.html index 808dde8..3870e6b 100644 --- a/templates/answer.html +++ b/templates/answer.html @@ -1,2 +1,3 @@ +
{{ nick }}
{{ alert }}

answer

diff --git a/templates/create.html b/templates/create.html index 15af509..0ba8164 100644 --- a/templates/create.html +++ b/templates/create.html @@ -1,2 +1,5 @@ +
{{ nick }}
{{ alert }}

create

+Lisää kysymys + diff --git a/templates/question.html b/templates/question.html new file mode 100644 index 0000000..90d3abc --- /dev/null +++ b/templates/question.html @@ -0,0 +1,9 @@ +
{{ alert }}
+
+Kysymys:
+ : valinnat : +
+
+ +
diff --git a/templates/quiz.html b/templates/quiz.html new file mode 100644 index 0000000..4c1871d --- /dev/null +++ b/templates/quiz.html @@ -0,0 +1,4 @@ +
{{ alert }}
+
+ +
-- cgit v1.2.3