From d81b82956b2b57e5cbb08f5cd75e5f07fb21cf60 Mon Sep 17 00:00:00 2001 From: graham-dds Date: Fri, 20 Dec 2019 11:02:21 -0600 Subject: [PATCH] Remove old kwargs from SideNavItem --- templates/help/index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/help/index.html b/templates/help/index.html index de8e9b97..89a25dd5 100644 --- a/templates/help/index.html +++ b/templates/help/index.html @@ -12,7 +12,6 @@ {{ SidenavItem("JEDI Cloud Help", href = url_for("atst.helpdocs"), active = not doc, - icon='help' )}} {% for doc_item in docs %} @@ -21,7 +20,6 @@ {{ SidenavItem(doc_item | title, href = url_for("atst.helpdocs", doc=doc_item), active = active, - subnav = subnav or None )}} {% endfor %}