From c337c666c495359efcc345aa38aa717cbbae51e6 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 3 Jan 2022 18:18:27 +0000 Subject: [PATCH] . --- physics/templates/physics/exam_scores_user.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/physics/templates/physics/exam_scores_user.html b/physics/templates/physics/exam_scores_user.html index 28ca6822..796ebc2a 100644 --- a/physics/templates/physics/exam_scores_user.html +++ b/physics/templates/physics/exam_scores_user.html @@ -1,8 +1,4 @@ -{% if view_all_results %} -{% extends 'physics/exams.html' %} -{% else %} {% extends 'physics/base.html' %} -{% endif %} {% block content %}
@@ -10,6 +6,7 @@

Candidate: {{ cid }}

{% if view_all_results %}