.
This commit is contained in:
@@ -40,8 +40,11 @@
|
|||||||
<p class="pre-whitespace"><b>Mark Scheme:</b> <pre>{{ question.mark_scheme | safe}}</pre></p>
|
<p class="pre-whitespace"><b>Mark Scheme:</b> <pre>{{ question.mark_scheme | safe}}</pre></p>
|
||||||
</div>
|
</div>
|
||||||
</p>
|
</p>
|
||||||
<p><b>Exam(s):</b> {{question.get_exams}}</p>
|
<div>
|
||||||
</div>
|
Exam(s): {% for exam in question.exams.all %}
|
||||||
|
<a href="{% url 'longs:exam_overview' pk=exam.pk %}">{{ exam.name }}</a>,
|
||||||
|
{% endfor %}
|
||||||
|
</div>
|
||||||
<div>
|
<div>
|
||||||
Notes:
|
Notes:
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
Exams: {% for exam in question.exams.all %}
|
Exam(s): {% for exam in question.exams.all %}
|
||||||
<a href="{% url 'rapids:exam_overview' pk=exam.pk %}">{{ exam.name }}</a>,
|
<a href="{% url 'rapids:exam_overview' pk=exam.pk %}">{{ exam.name }}</a>,
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user