staging
This commit is contained in:
@@ -60,9 +60,9 @@
|
||||
|
||||
|
||||
{% if view_all %}
|
||||
<a href="{% url app_name|add:':exam_list' %}">Hide archived</a>
|
||||
<a href="{% url app_name|add:':exam_list' %}" >Hide archived</a>
|
||||
{% else %}
|
||||
<a href="{% url app_name|add:':exam_list_all' %}">View all</a>
|
||||
<a href="{% url app_name|add:':exam_list_all' %}" title="Show all exams (including archived)">View all</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% include 'exam_overview_js.html' %}
|
||||
|
||||
Reference in New Issue
Block a user