.
This commit is contained in:
@@ -15,20 +15,21 @@
|
||||
{% if request.user.is_superuser %}
|
||||
<a href="{% url 'admin:atlas_case_change' case.id %}" title="Edit the Case using the admin interface">Admin Edit</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
{% if collection %}
|
||||
<div>
|
||||
{% if collection %}
|
||||
<div>
|
||||
|
||||
{% if previous %}
|
||||
<a href="{% url 'atlas:collection_case_view' exam.id previous %}">Previous question</a>
|
||||
{% endif %}
|
||||
Viewing question as part of collection: {{collection.name}} [{{pos}}/{{collection_length}}]
|
||||
{% if next %}
|
||||
<a href="{% url 'atlas:collection_case_view' exam.id next %}">Next question</a>
|
||||
{% if previous %}
|
||||
<a href="{% url 'atlas:collection_case_view' exam.id previous %}">Previous question</a>
|
||||
{% endif %}
|
||||
Viewing question as part of collection: {{collection.name}} [{{case_number|add:1}}/{{collection_length}}]
|
||||
{% if next %}
|
||||
<a href="{% url 'atlas:collection_case_view' exam.id next %}">Next question</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
||||
{% include 'atlas/case_display_block.html' %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user