From 37f64c83b1cd94453ef09f8c5cdaa0bef8252f01 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 9 Sep 2021 13:55:27 +0100 Subject: [PATCH] . --- longs/templates/longs/long_display_block.html | 2 +- .../rapids/question_display_block.html | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) 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 %} +