From 5aae421944b83052b18224d9e3fcb0e41c0bb9f0 Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Fri, 20 Oct 2023 15:30:02 +0200
Subject: [PATCH] =?UTF-8?q?Doc:=20Odkaz=20na=20videon=C3=A1vody?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
mo/web/templates/doc_index.html | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/mo/web/templates/doc_index.html b/mo/web/templates/doc_index.html
index bf0998e1..beeaab6d 100644
--- a/mo/web/templates/doc_index.html
+++ b/mo/web/templates/doc_index.html
@@ -11,6 +11,11 @@
{% if g.user.is_org or g.user.is_admin %}
{% set docs = filter_doc([
+ Doc(
+ min_role=RoleType.garant_skola,
+ url='https://youtube.com/playlist?list=PLoVd8MCZVtyM4ngl6_aHdmlwg8NUYYCLs&feature=shared',
+ link_text='Videonávody',
+ ),
Doc(
min_role=RoleType.garant_okres,
url='https://docs.google.com/document/d/1nHnvxj_XtnMD2loMtTeoMEbVa4Upd4pEVkXoEKklRY8/edit?usp=sharing',
--
GitLab