From 2d07e2606c756ff68bf735825948b1f006f479c6 Mon Sep 17 00:00:00 2001 From: Eduardo Calil Date: Tue, 21 Jun 2016 13:54:51 -0300 Subject: [PATCH] Restringe botao de sistema para superuser --- sapl/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/templates/base.html b/sapl/templates/base.html index 276423655..60b7132f0 100644 --- a/sapl/templates/base.html +++ b/sapl/templates/base.html @@ -89,7 +89,7 @@ - {% if user.is_authenticated %} + {% if user.is_superuser %}