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 %}