From b4621e5512af8928d9f23eed6facc7d07e96f314 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 9 Sep 2021 18:12:41 +0100 Subject: [PATCH] . --- longs/templates/longs/long_display_block.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/longs/templates/longs/long_display_block.html b/longs/templates/longs/long_display_block.html index ad108700..6cd94a36 100755 --- a/longs/templates/longs/long_display_block.html +++ b/longs/templates/longs/long_display_block.html @@ -29,7 +29,8 @@ href="{% url 'longs:author_detail' pk=author.pk %}">{{author}}, {% endfor %}

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

- {% comment %}

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

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

Feedback: @@ -70,7 +71,7 @@ {% endfor %}

- Notes: + {% include 'question_notes.html' %}