From 72e1c274f6444756012ea2e809ea58261121d376 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 19 Jan 2015 04:19:25 -0400 Subject: [PATCH] Remove sidebar code, it is not used by any views calling this template --- .../templates/main/generic_list_horizontal.html | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/mayan/apps/main/templates/main/generic_list_horizontal.html b/mayan/apps/main/templates/main/generic_list_horizontal.html index f2f771456c..fec2b46ec1 100644 --- a/mayan/apps/main/templates/main/generic_list_horizontal.html +++ b/mayan/apps/main/templates/main/generic_list_horizontal.html @@ -5,21 +5,6 @@ {% block title %} :: {{ title }}{% endblock %} -{% block sidebar %} - {% for subtemplate in sidebar_subtemplates_list %} - {% if subtemplate.form %} - {% render_subtemplate subtemplate.name subtemplate.context as rendered_subtemplate %} -
- {{ rendered_subtemplate }} -
- {% else %} - {% render_subtemplate subtemplate.name subtemplate.context as rendered_subtemplate %} - {{ rendered_subtemplate }} - {% endif %} - {% endfor %} - -{% endblock %} - {% block content %} {% include 'main/generic_list_horizontal_subtemplate.html' %} {% endblock %}