From 821f9389d5986df22691aca118d1ec9e18dd050b Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 8 Dec 2021 00:19:17 +0100 Subject: [PATCH] remove old links --- InvenTree/part/templates/part/category_sidebar.html | 4 ---- InvenTree/part/templates/part/part_sidebar.html | 4 ---- 2 files changed, 8 deletions(-) diff --git a/InvenTree/part/templates/part/category_sidebar.html b/InvenTree/part/templates/part/category_sidebar.html index d18b30c9d8..3d945d0433 100644 --- a/InvenTree/part/templates/part/category_sidebar.html +++ b/InvenTree/part/templates/part/category_sidebar.html @@ -4,10 +4,6 @@ {% settings_value 'PART_SHOW_IMPORT' as show_import %} -{% trans "Tree" as text %} -{% include "sidebar_toggle.html" with target="sidetree" text=text %} - - {% trans "Subcategories" as text %} {% include "sidebar_item.html" with label="subcategories" text=text icon="fa-sitemap" %} {% trans "Parts" as text %} diff --git a/InvenTree/part/templates/part/part_sidebar.html b/InvenTree/part/templates/part/part_sidebar.html index c09d7412c6..f4e59af865 100644 --- a/InvenTree/part/templates/part/part_sidebar.html +++ b/InvenTree/part/templates/part/part_sidebar.html @@ -5,10 +5,6 @@ {% settings_value "PART_INTERNAL_PRICE" as show_internal_price %} {% settings_value 'PART_SHOW_RELATED' as show_related %} -{% trans "Tree" as text %} -{% include "sidebar_toggle.html" with target="sidetree" text=text %} - - {% trans "Parameters" as text %} {% include "sidebar_item.html" with label="part-parameters" text=text icon="fa-th-list" %} {% if part.is_template %}