.
This commit is contained in:
@@ -22,14 +22,15 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
<span><a href="{% url 'longs:long_series_id_create' pk=question.pk %}">Add new series</a><br/>
|
<span><a href="{% url 'longs:long_series_id_create' pk=question.pk %}">Add new series</a><br/>
|
||||||
</div>
|
</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
|
<p><b>Author(s):</b> {% for author in question.author.all %} <a
|
||||||
href="{% url 'longs:author_detail' pk=author.pk %}">{{author}}</a>, {% endfor %}</p>
|
href="{% url 'longs:author_detail' pk=author.pk %}">{{author}}</a>, {% endfor %}</p>
|
||||||
<p><b>Checked by:</b> {% for verified in question.verified.all %} <a
|
<p><b>Checked by:</b> {% for verified in question.verified.all %} <a
|
||||||
href="{% url 'longs:verified_detail' pk=verified.pk %}">{{verified}}</a>, {% endfor %}</p>
|
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>
|
<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">
|
<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>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>Interpretation:</b> <pre>{{ question.model_interpretation }}</pre></p>
|
||||||
<p class="pre-whitespace"><b>Principle Diagnosis:</b> <pre>{{ question.model_principle_diagnosis }}</pre></p>
|
<p class="pre-whitespace"><b>Principle Diagnosis:</b> <pre>{{ question.model_principle_diagnosis }}</pre></p>
|
||||||
|
|||||||
Reference in New Issue
Block a user