From 917cfe3a32dae40d3f28879cc401a18deb4b0b68 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 19 Aug 2021 15:25:43 +0100 Subject: [PATCH] . --- rapids/templates/rapids/question_display_block.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rapids/templates/rapids/question_display_block.html b/rapids/templates/rapids/question_display_block.html index c72c546f..356a97b9 100755 --- a/rapids/templates/rapids/question_display_block.html +++ b/rapids/templates/rapids/question_display_block.html @@ -43,8 +43,8 @@

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

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