diff --git a/rapids/templates/rapids/rapid_display_block.html b/rapids/templates/rapids/rapid_display_block.html index ee9b64f5..bcd6c2e5 100755 --- a/rapids/templates/rapids/rapid_display_block.html +++ b/rapids/templates/rapids/rapid_display_block.html @@ -19,7 +19,7 @@ href="{% url 'rapids:author_detail' pk=author.pk %}">{{author}}, {% endfor %}

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

-

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

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

Answers: {{ question.GetMarkedAnswers }}