From 5e199fff279d3cb82532aa93dcf9112df1eb5b3a Mon Sep 17 00:00:00 2001 From: Miguel BarĂ£o Date: Tue, 5 May 2020 19:32:40 +0100 Subject: [PATCH] fix bug where correct checkboxes were not shown as correct in the review --- perguntations/templates/review-question-checkbox.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perguntations/templates/review-question-checkbox.html b/perguntations/templates/review-question-checkbox.html index abd8cfd..d4a6384 100644 --- a/perguntations/templates/review-question-checkbox.html +++ b/perguntations/templates/review-question-checkbox.html @@ -38,7 +38,7 @@
- {% elif q['correct'][n] < 0 %} + {% else %}
-- libgit2 0.21.2