This commit is contained in:
Ross
2021-09-09 18:12:41 +01:00
parent c9f6d12a04
commit b4621e5512
@@ -29,7 +29,8 @@
href="{% url 'longs:author_detail' pk=author.pk %}">{{author}}</a>, {% endfor %}</p>
<p><b>Checked by:</b> {% for verified in question.verified.all %} <a
href="{% url 'longs:verified_detail' pk=verified.pk %}">{{verified}}</a>, {% endfor %}</p>
{% comment %} <p><b>Scrapped:</b> {{ question.scrapped }} <a href="{% url 'longs:long_scrap' pk=question.pk %}">(toggle)</a> {% endcomment %}
{% comment %} <p><b>Scrapped:</b> {{ question.scrapped }} <a
href="{% url 'longs:long_scrap' pk=question.pk %}">(toggle)</a> {% endcomment %}
<div class="long-answer">
<p class="pre-whitespace"><b>Feedback:</b>
@@ -70,7 +71,7 @@
{% endfor %}
</div>
<div>
Notes:
{% include 'question_notes.html' %}
</div>
<div>