.
This commit is contained in:
@@ -700,3 +700,8 @@ input {
|
|||||||
background-color: green;
|
background-color: green;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.id {
|
||||||
|
opacity: 50%;
|
||||||
|
font-size: small;
|
||||||
|
}
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
{{ question.question_type }}: {{ question.get_primary_answer }}
|
{{ question.question_type }}: {{ question.get_primary_answer }}
|
||||||
<br />
|
<br />
|
||||||
Modality: {{ question.modality }}, <a href="{% url 'anatomy:question_detail' pk=question.pk %}">View</a>, <a href="{% url 'anatomy:mark' pk=exam.pk sk=forloop.counter0 %}">Mark</a>
|
Modality: {{ question.modality }}, <a href="{% url 'anatomy:question_detail' pk=question.pk %}">View</a>, <a href="{% url 'anatomy:mark' pk=exam.pk sk=forloop.counter0 %}">Mark</a>
|
||||||
[id: {{question.pk}}]
|
<span class="id">[id: {{question.pk}}]</span>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ol>
|
</ol>
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
<a href="{% url 'longs:exam_question_detail' exam.id forloop.counter0 %}"
|
<a href="{% url 'longs:exam_question_detail' exam.id forloop.counter0 %}"
|
||||||
title="View the question">View</a> / <a href="{% url 'longs:long_update' question.id %}"
|
title="View the question">View</a> / <a href="{% url 'longs:long_update' question.id %}"
|
||||||
title="Edit the question">Edit</a>
|
title="Edit the question">Edit</a>
|
||||||
[id: {{question.pk}}]
|
<span class="id">[id: {{question.pk}}]</span>
|
||||||
</div>
|
</div>
|
||||||
</span>
|
</span>
|
||||||
<span class="flex-col-3">
|
<span class="flex-col-3">
|
||||||
|
|||||||
@@ -55,7 +55,7 @@
|
|||||||
Examination: {{ question.get_examinations }}, <a
|
Examination: {{ question.get_examinations }}, <a
|
||||||
href="{% url 'rapids:question_detail' pk=question.pk %}">View</a>, <a
|
href="{% url 'rapids:question_detail' pk=question.pk %}">View</a>, <a
|
||||||
href="{% url 'rapids:mark' pk=exam.pk sk=forloop.counter0 %}">Mark</a>
|
href="{% url 'rapids:mark' pk=exam.pk sk=forloop.counter0 %}">Mark</a>
|
||||||
[id: {{question.pk}}]
|
<span class="id">[id: {{question.pk}}]</span>
|
||||||
</span>
|
</span>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
@@ -700,3 +700,8 @@ input {
|
|||||||
background-color: green;
|
background-color: green;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.id {
|
||||||
|
opacity: 50%;
|
||||||
|
font-size: small;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user