This commit is contained in:
Ross
2022-01-03 18:18:27 +00:00
parent 451137ca3e
commit c337c666c4
@@ -1,8 +1,4 @@
{% if view_all_results %}
{% extends 'physics/exams.html' %}
{% else %}
{% extends 'physics/base.html' %}
{% endif %}
{% block content %}
<div class="physics">
@@ -10,6 +6,7 @@
<h3>Candidate: {{ cid }}</h3>
{% if view_all_results %}
<div class="alert alert-info" role="alert">
Viewing all results (you are logged in)
</div>