From f8c80e135072374d4250b9f1f200e66ef3c65157 Mon Sep 17 00:00:00 2001 From: tocic Date: Wed, 7 Aug 2024 08:24:10 +0300 Subject: [PATCH] Recommend using fences over indentation See https://github.com/knatten/cppquiz/issues/345. --- templates/quiz/create.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/quiz/create.html b/templates/quiz/create.html index da0bb49..cc9db60 100644 --- a/templates/quiz/create.html +++ b/templates/quiz/create.html @@ -23,7 +23,7 @@

Please remember:

{{ form.answer }} {{ form.answer.errors }}Leave blank for questions with errors / undefined behavior

-

+

{{ form.explanation.errors }}

{{ form.explanation }}