.
This commit is contained in:
@@ -2,16 +2,17 @@
|
|||||||
|
|
||||||
{% block navigation %}
|
{% block navigation %}
|
||||||
{{block.super}}
|
{{block.super}}
|
||||||
<br/>Collection: {{collection.name}}-> <a href="{% url 'atlas:collection_detail' pk=exam.pk %}">Overview</a> /
|
|
||||||
|
{% include collection_headers.html %}
|
||||||
|
{% comment %} Collection: {{collection.name}}-> <a href="{% url 'atlas:collection_detail' pk=exam.pk %}">Overview</a> /
|
||||||
<a href="{% url 'atlas:collection_mark_overview' exam.pk %}">Mark</a> /
|
<a href="{% url 'atlas:collection_mark_overview' exam.pk %}">Mark</a> /
|
||||||
<a href="{% url 'atlas:collection_scores_cid' exam.pk %}">Scores</a> /
|
<a href="{% url 'atlas:collection_scores_cid' exam.pk %}">Scores</a> /
|
||||||
<a href="{% url 'atlas:exam_cids' exam.pk %}">Candidates</a>
|
<a href="{% url 'atlas:exam_cids' exam.pk %}">Candidates</a>
|
||||||
<div class="floating-header">
|
<div class="floating-header">
|
||||||
<a href="{% url 'atlas:collection_update' exam.id %}" title="Edit the Collection">Edit</a>
|
<a href="{% url 'atlas:collection_update' exam.id %}" title="Edit the Collection">Edit</a>
|
||||||
\ <a href="{% url 'atlas:collection_delete' exam.id %}" title="Delete the Collection">Delete</a>
|
\ <a href="{% url 'atlas:collection_delete' exam.id %}" title="Delete the Collection">Delete</a>
|
||||||
{% comment %} \ <a href="{% url 'atlas:collection_clone' collection.id %}" title="Clone the Collection">Clone</a> {% endcomment %}
|
|
||||||
{% if request.user.is_superuser %}
|
{% if request.user.is_superuser %}
|
||||||
\ <a href="{% url 'admin:atlas_casecollection_change' exam.id %}" title="Edit the Collection using the admin interface">Admin Edit</a>
|
\ <a href="{% url 'admin:atlas_casecollection_change' exam.id %}" title="Edit the Collection using the admin interface">Admin Edit</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div> {% endcomment %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user