From c76acae37e8c1f71676df063bff98e15ede12362 Mon Sep 17 00:00:00 2001 From: Josef Date: Mon, 18 Nov 2024 22:44:40 +0100 Subject: [PATCH] cleanup removed unnecessary comment and fixed HTML broken indentations and whitespaces --- .../templates/results_evaluation_detail.html | 51 ++++++++----------- evap/results/tools.py | 2 +- 2 files changed, 22 insertions(+), 31 deletions(-) diff --git a/evap/results/templates/results_evaluation_detail.html b/evap/results/templates/results_evaluation_detail.html index 7a48b407a..64548965a 100644 --- a/evap/results/templates/results_evaluation_detail.html +++ b/evap/results/templates/results_evaluation_detail.html @@ -33,25 +33,21 @@

{{ evaluation.full_name }} ({{ evaluation.course.semester.name }})

-
{% translate 'General results' %}
diff --git a/evap/results/tools.py b/evap/results/tools.py index 8717e7301..c4c2cde97 100644 --- a/evap/results/tools.py +++ b/evap/results/tools.py @@ -40,7 +40,7 @@ class ViewGeneralResults(Enum): @property def do_not_call_in_templates(self): - return False # ich darf das weil django kaputt is (pass geht auch :o) + return False FULL = "full" RATINGS = "ratings"