diff --git a/longs/templates/longs/long_display_block.html b/longs/templates/longs/long_display_block.html index 6a634709..edc94237 100755 --- a/longs/templates/longs/long_display_block.html +++ b/longs/templates/longs/long_display_block.html @@ -29,7 +29,7 @@ href="{% url 'longs:author_detail' pk=author.pk %}">{{author}}, {% endfor %}

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

-

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

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

Feedback: diff --git a/rapids/templates/rapids/question_display_block.html b/rapids/templates/rapids/question_display_block.html index a6b697a4..511a47cb 100755 --- a/rapids/templates/rapids/question_display_block.html +++ b/rapids/templates/rapids/question_display_block.html @@ -44,15 +44,15 @@ href="{% url 'rapids:author_detail' pk=author.pk %}">{{author}}, {% endfor %}

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

-

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

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

+ {% comment %}

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

{% endcomment %} +

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