.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user