fix some useranswer compare issuses
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
{% extends 'longs/base.html' %}
|
||||
|
||||
{% block content %}
|
||||
CID: {{ciduseranswer.cid}}<br />
|
||||
Exam: {{ciduseranswer.exam}}<br />
|
||||
|
||||
<h3>Question</h3>
|
||||
{{ciduseranswer.question}}
|
||||
|
||||
<h3>Answers</h3>
|
||||
<h4>Observation</h4>
|
||||
<pre>{{ciduseranswer.answer_observations}}</pre><br />
|
||||
<h4>Interpretation</h4>
|
||||
<pre>{{ciduseranswer.answer_interpretation}}</pre><br />
|
||||
<h4>Principle Diagnosis</h4>
|
||||
<pre>{{ciduseranswer.answer_principle_diagnosis}}</pre><br />
|
||||
<h4>Differential Diagnosis</h4>
|
||||
<pre>{{ciduseranswer.answer_differential_diagnosis}}</pre><br />
|
||||
<h4>Managment</h4>
|
||||
<pre>{{ciduseranswer.answer_management}}</pre><br />
|
||||
|
||||
|
||||
|
||||
{% endblock content %}
|
||||
@@ -0,0 +1,24 @@
|
||||
{% extends 'longs/base.html' %}
|
||||
|
||||
{% block content %}
|
||||
CID: {{useranswer.cid}}<br />
|
||||
Exam: {{useranswer.exam}}<br />
|
||||
|
||||
<h3>Question</h3>
|
||||
{{useranswer.question}}
|
||||
|
||||
<h3>Answers</h3>
|
||||
<h4>Observation</h4>
|
||||
<pre>{{useranswer.answer_observations}}</pre><br />
|
||||
<h4>Interpretation</h4>
|
||||
<pre>{{useranswer.answer_interpretation}}</pre><br />
|
||||
<h4>Principle Diagnosis</h4>
|
||||
<pre>{{useranswer.answer_principle_diagnosis}}</pre><br />
|
||||
<h4>Differential Diagnosis</h4>
|
||||
<pre>{{useranswer.answer_differential_diagnosis}}</pre><br />
|
||||
<h4>Managment</h4>
|
||||
<pre>{{useranswer.answer_management}}</pre><br />
|
||||
|
||||
|
||||
|
||||
{% endblock content %}
|
||||
Reference in New Issue
Block a user