From c8e5e9acc2c0964946b3d73be32c9777e1898559 Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Mon, 28 Aug 2023 13:45:16 +0200
Subject: [PATCH] =?UTF-8?q?Oprava=20zobrazen=C3=AD=20tla=C4=8D=C3=ADtka=20?=
 =?UTF-8?q?na=20maz=C3=A1n=C3=AD=20=C5=99e=C5=A1en=C3=AD=20bez=20soubor?=
 =?UTF-8?q?=C5=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 mo/web/templates/org_submit_list.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mo/web/templates/org_submit_list.html b/mo/web/templates/org_submit_list.html
index b86b4ad5..32b6fd9b 100644
--- a/mo/web/templates/org_submit_list.html
+++ b/mo/web/templates/org_submit_list.html
@@ -3,6 +3,7 @@
 {% set allow_edit_points=rights.can_edit_points() %}
 {% set allow_upload_solutions=rights.can_upload_solutions() %}
 {% set allow_upload_feedback=rights.can_upload_feedback() %}
+{% set allow_create_solutions=rights.can_create_solutions() %}
 
 {% block title %}{{ ctx.user.full_name() }} – řešení úlohy {{ ctx.task.code }} {{ ctx.task.name }}{% endblock %}
 {% block breadcrumbs %}
-- 
GitLab