From ccddc9a4044a7080e36c3134177272a5d11cf931 Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Mon, 21 Feb 2022 18:03:27 +0530 Subject: [PATCH] fix: margin before explanation --- school/templates/quiz.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/school/templates/quiz.html b/school/templates/quiz.html index a7cf17bc..84dcf1eb 100644 --- a/school/templates/quiz.html +++ b/school/templates/quiz.html @@ -35,7 +35,7 @@ {% set explanation = question['explanation_' + loop.index | string] %} {% if explanation %} - {{ explanation }} + {{ explanation }} {% endif %} {% endif %}