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