From cf6395cef3db4ad4b11b03838e9d5c1137160f7b Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 3 Jan 2022 17:13:54 +0000 Subject: [PATCH] . --- templates/exam_list.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/templates/exam_list.html b/templates/exam_list.html index a95ea786..d32a2965 100644 --- a/templates/exam_list.html +++ b/templates/exam_list.html @@ -29,7 +29,9 @@ {% if marking %}Mark{% endif %} Candidates Scores - Results Published + + {% endif %} {% endfor %} @@ -51,6 +53,9 @@ opacity: 20%; border-radius: 4px; display: inline-block; + user-select: none; + -webkit-user-select: none; + -moz-user-select: none; } .published-icon:hover { @@ -63,6 +68,10 @@ opacity: 100%; display: inline-block; } + +.exam-publish-results-switch { + display: none; +} {% endblock %}