From 4524d115dc4a42ab08b5aee6b60b41eef6ca78bb Mon Sep 17 00:00:00 2001 From: ArthurJahn Date: Thu, 11 Aug 2022 02:46:14 -0300 Subject: [PATCH] disable candidates link for production --- landing/landing/templates/tags/top_menu.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landing/landing/templates/tags/top_menu.html b/landing/landing/templates/tags/top_menu.html index a26b478e..1d635fca 100644 --- a/landing/landing/templates/tags/top_menu.html +++ b/landing/landing/templates/tags/top_menu.html @@ -8,7 +8,7 @@ {# top_menu_children parent=menuitem #} {# Used to display child menu items #} {% else %} - {{ menuitem.title }} + {{ menuitem.title }} {% endif %} {% endfor %}