From 67165256fe3b74d3b2ee5542ba8d47be7da7830d Mon Sep 17 00:00:00 2001 From: root Date: Sat, 3 Jun 2023 03:15:26 +0200 Subject: [PATCH] Fixed Typo --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index faaa223..c2083d9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -16,7 +16,7 @@
-
+
{%- set id = namespace(value=0) %} {%- for question in content %} {%- set id.value = id.value + 1 %}