From 45282eab050d5a469824d6f0845fa4827d5537ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Seppo=20=C3=84yr=C3=A4v=C3=A4inen?= Date: Thu, 23 May 2024 09:13:28 +0300 Subject: [PATCH] Update group forming page to use the new group_work_allowed property --- course/templates/course/groups.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/templates/course/groups.html b/course/templates/course/groups.html index 5f4a4b7eb..627de5096 100644 --- a/course/templates/course/groups.html +++ b/course/templates/course/groups.html @@ -15,7 +15,7 @@ {% block columns %}
- {% if instance_max_group_size > 1 %} + {% if instance.group_work_allowed %}
{% translate "[STAFF_HAS_NONE]" as staff_code %}