From 42af635a490278a811454fe9ca3bf5ce2f3afc6f Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Mon, 13 Nov 2017 14:46:01 -0200 Subject: [PATCH] =?UTF-8?q?Adiciona=20a=20op=C3=A7=C3=A3o=20'Administra?= =?UTF-8?q?=C3=A7=C3=A3o'=20no=20menu=20dropdown=20do=20usu=C3=A1rio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/templates/base.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sapl/templates/base.html b/sapl/templates/base.html index efcd0a647..19f70e4f9 100644 --- a/sapl/templates/base.html +++ b/sapl/templates/base.html @@ -69,6 +69,9 @@ Votar Matéria {% endif %} + {% if request.user.is_superuser %} +
  • Administração
  • + {% endif %}
  • Sair