From 91802c2ecd73e5d1c233542091e146aa53369b0d Mon Sep 17 00:00:00 2001 From: Jan Date: Sun, 15 Sep 2024 18:42:40 +0200 Subject: [PATCH] small corrections --- slaeforms/templates/standard_template.html | 2 +- slaeforms/templates/studytest.html | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/slaeforms/templates/standard_template.html b/slaeforms/templates/standard_template.html index a55c077..b7debe0 100644 --- a/slaeforms/templates/standard_template.html +++ b/slaeforms/templates/standard_template.html @@ -150,7 +150,7 @@ step={{question["step"]}} {% for question in questions %} {% if (questions[question]["type"] == "likert") %} -
+

{{ questions[question]['text']}}

{% for point in questions[question]["points"] %} diff --git a/slaeforms/templates/studytest.html b/slaeforms/templates/studytest.html index 64505c9..6dfcd82 100644 --- a/slaeforms/templates/studytest.html +++ b/slaeforms/templates/studytest.html @@ -17,11 +17,15 @@ - +
+ + + +