From 8c1c655b875445cec0f2ae1a4342773816cf50c6 Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 7 Jul 2021 17:10:31 +0100 Subject: [PATCH] . --- rapids/templates/rapids/question_display_block.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rapids/templates/rapids/question_display_block.html b/rapids/templates/rapids/question_display_block.html index a09ce9b6..228477e3 100755 --- a/rapids/templates/rapids/question_display_block.html +++ b/rapids/templates/rapids/question_display_block.html @@ -31,8 +31,7 @@

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

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