remove old links

This commit is contained in:
Matthias 2021-12-08 00:19:17 +01:00
parent ff5095a270
commit 821f9389d5
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076
2 changed files with 0 additions and 8 deletions

View File

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

View File

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