From fb47fd6deb20429646399a5e11b2b0849e5d9d57 Mon Sep 17 00:00:00 2001 From: Max Value Date: Mon, 21 Jul 2025 15:37:27 +0100 Subject: [PATCH] Added question highight in red when not completed --- templates/questions.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/questions.html b/templates/questions.html index 30d0905..8520c80 100644 --- a/templates/questions.html +++ b/templates/questions.html @@ -11,7 +11,10 @@ {% for question in questions %}
Question {{ question["rowid"] }} -

+

{{ question.question }}

-- 2.39.2