From e255b49d8e36121eb1154d6f08bc862a554cecef Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Mon, 30 Sep 2019 17:43:42 +0200
Subject: [PATCH] Fix error message.

---
 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 9b0f5a659..48150c4ef 100644
--- a/biscuit/apps/alsijil/templates/alsijil/group_week.html
+++ b/biscuit/apps/alsijil/templates/alsijil/group_week.html
@@ -115,7 +115,7 @@
       <div class="card-body">
         <p>
           {% blocktrans %}
-            You must select a group to see the week summary.
+            You must select a group, a teacher or a room to see the week summary.
           {% endblocktrans %}
         </p>
       </div>
-- 
GitLab