From 83815ff31be05757f9623113ccfb650d35d2ed58 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 1 Oct 2019 20:31:18 -0700 Subject: [PATCH] templates: Remove unused invocation of subsubmenu Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/templates/base.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plinth/templates/base.html b/plinth/templates/base.html index 1202c2ceb..e75df0f3b 100644 --- a/plinth/templates/base.html +++ b/plinth/templates/base.html @@ -223,12 +223,6 @@ {% block container %}
{% block content_row %} - {% block subsubmenu %} - {% if subsubmenu %} - {% show_subsubmenu subsubmenu %} - {% endif %} - {% endblock %} - {% include 'messages.html' %} {% block content %}