From 0ebf0071e0b27a03cd6b3d10eec68b6449f7e7bc Mon Sep 17 00:00:00 2001 From: root Date: Fri, 2 Jun 2023 10:24:42 +0200 Subject: [PATCH] Added A)/B) in template --- templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 964c9f6..4139f84 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,9 +8,9 @@ {% for question in content %}
-
{{ question['A'] }}
+
A) {{ question['A'] }}
{{ separator }}
-
{{ question['B'] }}
+
B) {{ question['B'] }}
{% endfor %}