From c697b632bc99f252abd19015ada3e2db934481ce Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Sat, 9 Oct 2021 23:58:09 +0200
Subject: [PATCH] =?UTF-8?q?Doc=20index:=20Orgovskou=20dokumentaci=20ukazuj?=
 =?UTF-8?q?eme=20jenom=20org=C5=AFm?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 mo/web/templates/doc_index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mo/web/templates/doc_index.html b/mo/web/templates/doc_index.html
index efe5ba2b..55033b8a 100644
--- a/mo/web/templates/doc_index.html
+++ b/mo/web/templates/doc_index.html
@@ -8,6 +8,8 @@
 <li><a href='https://docs.google.com/document/d/1XXk7Od-ZKtfmfNa-9FpFjUqmy0Ekzf2-2q3EpSWyn1w/edit?usp=sharing'>Návod na tvorbu PDF</a>
 </ul>
 
+{% if g.user.is_org %}
+
 <h3>Pro organizátory</h3>
 
 <ul>
@@ -18,8 +20,6 @@
 <li><a href='{{ url_for('static', filename='doc/import-skolnich-garantu.pdf') }}'>Import školních garantů</a> (PDF)
 </ul>
 
-{% if g.user.is_org %}
-
 <h3>Exporty</h3>
 
 <ul>
-- 
GitLab