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 %}