From b86dcdf8bc64199b495d687547131bf318ab60b4 Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Sat, 16 Jan 2021 12:56:13 +0100
Subject: [PATCH] =?UTF-8?q?Okresn=C3=AD=20a=20=C5=A1koln=C3=AD=20garanti?=
 =?UTF-8?q?=20mohou=20tak=C3=A9=20p=C5=99id=C3=A1vat=20a=20editovat=20orgy?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 mo/rights.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/mo/rights.py b/mo/rights.py
index 63a4e5db..329b309d 100644
--- a/mo/rights.py
+++ b/mo/rights.py
@@ -82,6 +82,8 @@ roles: List[Role] = [
             Right.edit_points,
             Right.add_users,
             Right.edit_users,
+            Right.add_orgs,
+            Right.edit_orgs,
         },
     ),
     Role(
@@ -97,6 +99,8 @@ roles: List[Role] = [
             Right.edit_points,
             Right.add_users,
             Right.edit_users,
+            Right.add_orgs,
+            Right.edit_orgs,
         },
     ),
     Role(
-- 
GitLab