more collection stuff
This commit is contained in:
@@ -3,6 +3,12 @@
|
||||
|
||||
{% include 'exam_notes.html' %}
|
||||
|
||||
|
||||
{% if exam.examcollection %}
|
||||
<div>This exam is part of the collection: <a href="{{ exam.examcollection.get_absolute_url }}">{{ exam.examcollection }}</a></div>
|
||||
{% endif %}
|
||||
|
||||
|
||||
{% if exam.recreate_json %}
|
||||
<div class="alert alert-warning" role="alert">
|
||||
Exam JSON may be out of date.
|
||||
|
||||
Reference in New Issue
Block a user