From c4f9f72c0245c5fb8717e52cada7bceb56096fa5 Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Sat, 31 Aug 2019 22:17:24 +0200 Subject: [PATCH] Fix teacher names in group week view. --- biscuit/apps/alsijil/templates/alsijil/group_week.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biscuit/apps/alsijil/templates/alsijil/group_week.html b/biscuit/apps/alsijil/templates/alsijil/group_week.html index a1c743677..0f5df6e6c 100644 --- a/biscuit/apps/alsijil/templates/alsijil/group_week.html +++ b/biscuit/apps/alsijil/templates/alsijil/group_week.html @@ -45,7 +45,7 @@ {{ period.lesson.subject.name }} </a> </td> - <td>{{ period.lesson.teachers|join:', ' }}</td> + <td>{{ period.lesson.teacher_names }}</td> </tr> {% endfor %} </tbody> -- GitLab