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 %} -