From 142af1a567418ff82486bae1e040d90d70ec72f1 Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 28 Apr 2021 11:18:46 +0100 Subject: [PATCH] . --- rapids/templates/rapids/question_display_block.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rapids/templates/rapids/question_display_block.html b/rapids/templates/rapids/question_display_block.html index f0db3a02..fb8ae50c 100755 --- a/rapids/templates/rapids/question_display_block.html +++ b/rapids/templates/rapids/question_display_block.html @@ -27,7 +27,10 @@

Checked by: {% for verified in question.verified.all %} {{verified}}, {% endfor %}

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

Answers: {{ question.GetMarkedAnswers }}

+

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