fix: update visibility message for exam results based on supervisor access
This commit is contained in:
@@ -17,7 +17,11 @@
|
|||||||
Results are NOT published.
|
Results are NOT published.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<p class="small-gray">view_all_results == True </p>
|
{% if exam.results_supervisor_visible %}
|
||||||
|
Results are visible to supervisors.
|
||||||
|
{% else %}
|
||||||
|
Results are NOT visible to supervisors.
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|||||||
Reference in New Issue
Block a user