diff --git a/generic/templates/generic/exam_link_headers.html b/generic/templates/generic/exam_link_headers.html index dbda0d0a..d3ae2052 100644 --- a/generic/templates/generic/exam_link_headers.html +++ b/generic/templates/generic/exam_link_headers.html @@ -1,15 +1,14 @@ -
-{% if can_edit %} - View - \ Edit - \ Delete - \ Clone - \ Authors - \ Markers -{% endif %} -{% if can_edit and request.user.is_superuser %} - \ -{% endif %} -{% if request.user.is_superuser %} - Admin Edit -{% endif %} \ No newline at end of file +
+ {% if can_edit %} + View + Edit + Clone + Delete + Authors + Markers + {% endif %} + + {% if request.user.is_superuser %} + Admin + {% endif %} +
\ No newline at end of file diff --git a/generic/templates/generic/exam_overview_headers.html b/generic/templates/generic/exam_overview_headers.html index d63f8671..215c7a59 100644 --- a/generic/templates/generic/exam_overview_headers.html +++ b/generic/templates/generic/exam_overview_headers.html @@ -1,10 +1,16 @@ -{% include "generic/exam_link_headers.html" %}
- {# Responsive: title stacks above metadata on small screens; use h4 for compactness #} -

Exam: {{ exam }}

+ {# Responsive: title to left, action buttons (include) to the right on md+ #} +
+
+

Exam: {{ exam }}

+
+
+ {% include "generic/exam_link_headers.html" %} +
+
{% include 'exam_notes.html' %} {% if exam.examcollection %}