From f14f7fd89ebfd93db95f651a5a0f4820c812a4e5 Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Mon, 11 Oct 2021 14:21:14 +0200 Subject: [PATCH] =?UTF-8?q?Doc:=20Orgovskou=20dokumentaci=20m=C3=A1=20vid?= =?UTF-8?q?=C4=9Bt=20i=20admin=20:)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mo/web/templates/doc_index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mo/web/templates/doc_index.html b/mo/web/templates/doc_index.html index 482d4d4e..da98ae38 100644 --- a/mo/web/templates/doc_index.html +++ b/mo/web/templates/doc_index.html @@ -8,7 +8,7 @@ <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 %} +{% if g.user.is_org or g.user.is_admin %} <h3>Pro organizátory</h3> -- GitLab