Comment out conditional block for cid_user_exam in user_score_header template
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<h2>Exam: {{ exam }}</h2>
|
||||
<h3>Candidate: {{ cid|default_if_none:request.user.username }}</h3>
|
||||
|
||||
{% if cid_user_exam %}
|
||||
{% comment %} {% if cid_user_exam %}
|
||||
{% if exam.results_supervisor_visible %}
|
||||
Exam results are visible to supervisor.<br/>
|
||||
{% else %}
|
||||
@@ -42,5 +42,5 @@
|
||||
>Toggle</button>
|
||||
<br/>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endif %} {% endcomment %}
|
||||
Answers:
|
||||
Reference in New Issue
Block a user