From b6e13ab19b5441ff1830925d811dadd0d1d6835b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ses=C3=B3stris=20Vieira?= Date: Tue, 8 Feb 2022 11:24:25 -0300 Subject: [PATCH] Melhoria no menu principal --- sigi/apps/home/templates/menus/menu.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigi/apps/home/templates/menus/menu.html b/sigi/apps/home/templates/menus/menu.html index 49fc6ed..770efd7 100644 --- a/sigi/apps/home/templates/menus/menu.html +++ b/sigi/apps/home/templates/menus/menu.html @@ -10,7 +10,7 @@ {% for child in menu.children %} {% if child.view_name %} {% url child.view_name as item_url %} - + {{ child.title }} {% else %}