diff --git a/biscuit/apps/alsijil/templates/alsijil/group_week.html b/biscuit/apps/alsijil/templates/alsijil/group_week.html index ae37153b250d9a96d7a8e5402d32a8a0b7886783..5c6db7264c548b6e2a5948dccb475f7a0048cb43 100644 --- a/biscuit/apps/alsijil/templates/alsijil/group_week.html +++ b/biscuit/apps/alsijil/templates/alsijil/group_week.html @@ -81,7 +81,7 @@ <p class="card-text"> {% trans "Summed up tardiness" %}: {{ person.tardiness }} </p> - {% for note in person.personal_notes.all %} + {% for note in person.personal_notes|only_week:week %} {% if note.remarks %} <blockquote class="blockquote mb-0"> {{ note.remarks }}