diff --git a/evap/results/templates/results_evaluation_detail.html b/evap/results/templates/results_evaluation_detail.html index 7a48b407a5..64548965a8 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 8717e73014..c4c2cde976 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"