This commit is contained in:
Ross
2021-03-01 14:43:00 +00:00
parent cafdfcc83c
commit 1cb8177840
@@ -22,14 +22,15 @@
{% endfor %}
<span><a href="{% url 'longs:long_series_id_create' pk=question.pk %}">Add new series</a><br/>
</div>
<p class="pre-whitespace"><b>Feedback:</b> <pre>{{ question.feedback }}</pre></p>
<p><b>Author(s):</b> {% for author in question.author.all %} <a
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>
<p><b>Scrapped:</b> {{ question.scrapped }} <a href="{% url 'longs:long_scrap' pk=question.pk %}">(toggle)</a>
<h3>Model answers</h3>
<div class="long-answer">
<p class="pre-whitespace"><b>Feedback:</b> <pre>{{ question.feedback }}</pre></p>
<h3>Model answers</h3>
<p class="pre-whitespace"><b>Observations:</b> <pre>{{ question.model_observations }}</pre></p>
<p class="pre-whitespace"><b>Interpretation:</b> <pre>{{ question.model_interpretation }}</pre></p>
<p class="pre-whitespace"><b>Principle Diagnosis:</b> <pre>{{ question.model_principle_diagnosis }}</pre></p>