From 53c277b420815facdc6ce62e62b1a292f1363022 Mon Sep 17 00:00:00 2001 From: Eric Riggs Date: Tue, 6 Mar 2018 23:22:40 -0400 Subject: [PATCH] Remove the main menu from the base template. It should only exist in the root template. Signed-off-by: Eric Riggs --- .../appearance/templates/appearance/base.html | 35 ------------------- 1 file changed, 35 deletions(-) diff --git a/mayan/apps/appearance/templates/appearance/base.html b/mayan/apps/appearance/templates/appearance/base.html index 2025330b3b..5ab5e8e5d5 100644 --- a/mayan/apps/appearance/templates/appearance/base.html +++ b/mayan/apps/appearance/templates/appearance/base.html @@ -9,41 +9,6 @@ {% if appearance_type == 'plain' %} {% block content_plain %}{% endblock %} {% else %} - -