mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
remove old links
This commit is contained in:
parent
ff5095a270
commit
821f9389d5
@ -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 %}
|
||||
<a class="m-1"></a>
|
||||
|
||||
{% trans "Subcategories" as text %}
|
||||
{% include "sidebar_item.html" with label="subcategories" text=text icon="fa-sitemap" %}
|
||||
{% trans "Parts" as text %}
|
||||
|
@ -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 %}
|
||||
<a class="m-1"></a>
|
||||
|
||||
{% trans "Parameters" as text %}
|
||||
{% include "sidebar_item.html" with label="part-parameters" text=text icon="fa-th-list" %}
|
||||
{% if part.is_template %}
|
||||
|
Loading…
Reference in New Issue
Block a user