From ce0c1b0ca2529c59bef4477c3d29d7180928ed74 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 8 Jul 2021 15:50:35 +0100 Subject: [PATCH] . --- .../rapids/question_display_block.html | 29 +++++++++++++------ 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/rapids/templates/rapids/question_display_block.html b/rapids/templates/rapids/question_display_block.html index 65ce645e..f3c4b1fe 100755 --- a/rapids/templates/rapids/question_display_block.html +++ b/rapids/templates/rapids/question_display_block.html @@ -32,7 +32,8 @@

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

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