diff --git a/evap/grades/templates/grades_semester_view.html b/evap/grades/templates/grades_semester_view.html index bc0d8d7153..73ed72cd0c 100644 --- a/evap/grades/templates/grades_semester_view.html +++ b/evap/grades/templates/grades_semester_view.html @@ -7,7 +7,7 @@ {{ block.super }} {% show_infotext "grades_pages" %} -
+

{{ semester.name }}

diff --git a/evap/results/templates/results_evaluation_detail.html b/evap/results/templates/results_evaluation_detail.html index 3061028785..b371a82ab6 100644 --- a/evap/results/templates/results_evaluation_detail.html +++ b/evap/results/templates/results_evaluation_detail.html @@ -26,43 +26,73 @@ {% trans 'This evaluation is private. Only contributors and participants can see the results.' %}
{% endif %} -
-

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

+
+
+

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

+
+ +
+
+
{% trans 'View' %}
+
diff --git a/evap/results/tests/test_views.py b/evap/results/tests/test_views.py index a1111975a4..b4a6be3c9e 100644 --- a/evap/results/tests/test_views.py +++ b/evap/results/tests/test_views.py @@ -471,20 +471,20 @@ def test_heading_question_filtering(self): def test_default_view_is_public(self): cache_results(self.evaluation) - # the view=public button should have class "active". The rest in-between is just noise. - expected_button = ( - f' -

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

-