From 2354d8970e1cbd353d48bdb22464ce087b23d8be Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 6 May 2021 21:26:31 +0100 Subject: [PATCH] . --- rapids/templates/rapids/question_display_block.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rapids/templates/rapids/question_display_block.html b/rapids/templates/rapids/question_display_block.html index ba258037..ed79ffef 100755 --- a/rapids/templates/rapids/question_display_block.html +++ b/rapids/templates/rapids/question_display_block.html @@ -30,7 +30,7 @@

Scrapped: {{ question.scrapped }} (toggle)

Answers (score): {% for answer in question.answers.all %} - + {{ answer }} ({{answer.status}}), {% endfor %}