diff --git a/aleksis/apps/chronos/frontend/components/substitutions.graphql b/aleksis/apps/chronos/frontend/components/substitutions.graphql
index f747c6b56552193374115245f552b14bd6584df8..eb4da41ff0cccef96a6481a75c5179446b6dadf0 100644
--- a/aleksis/apps/chronos/frontend/components/substitutions.graphql
+++ b/aleksis/apps/chronos/frontend/components/substitutions.graphql
@@ -2,6 +2,7 @@ query substitutionsForDate($date: Date!) {
   items: substitutionsForDate(date: $date) {
     affectedTeachers {
       id
+      avatarContentUrl
       shortName
       fullName
     }