From 54e50efe2ea563a139162669fec010293a7321d3 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 3 Jan 2022 18:00:12 +0000 Subject: [PATCH] . --- templates/exam_list.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/exam_list.html b/templates/exam_list.html index 7328a8f3..0efeea7c 100644 --- a/templates/exam_list.html +++ b/templates/exam_list.html @@ -26,7 +26,7 @@ {% for exam in exams %} {% if not exam.active %}
  • - {{exam.name}} + {{exam.name}} {% if marking %}Mark{% endif %} Candidates Scores @@ -58,6 +58,7 @@ user-select: none; -webkit-user-select: none; -moz-user-select: none; + text-align: center; } .published-icon:hover, .active-icon:hover {