From 857e2651ef7806ff01cd6b17fa19d040174a99b9 Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Tue, 16 Nov 2021 22:30:38 +0100
Subject: [PATCH] =?UTF-8?q?U=20rol=C3=AD=20u=C5=BE=20nen=C3=AD=20pot=C5=99?=
 =?UTF-8?q?eba=20tla=C4=8D=C3=ADtko=20"Historie"?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 mo/web/templates/org_org.html | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/mo/web/templates/org_org.html b/mo/web/templates/org_org.html
index dfeb3a28..d62967c5 100644
--- a/mo/web/templates/org_org.html
+++ b/mo/web/templates/org_org.html
@@ -88,9 +88,6 @@ Podobně <code>S</code> znamená všechny středoškolské kategorie <code>A</co
 					<button type="submit" class="btn btn-xs btn-danger">Odebrat</button>
 				</form>
 			{% endif %}
-			{% if g.user.is_admin %}
-				<a class="btn btn-xs btn-default" href="{{ log_url('user_role', role.user_role_id) }}">Historie</a>
-			{% endif %}
 			</div>
 	</tr>
 {% endfor %}
-- 
GitLab