From 20295bd96a1a9231c5badc1cdbe290b03f4f0cb0 Mon Sep 17 00:00:00 2001 From: David Maciejak Date: Thu, 29 Aug 2019 20:36:04 +0800 Subject: [PATCH] Remove the Top Navigation Menu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The top navigation menu is redundant to the sidebar. We’re opting to remove it so that we are free to update the sidebar to be more complex over time. --- templates/base.html | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/templates/base.html b/templates/base.html index 7956e6e5..176caaa3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -43,20 +43,6 @@