2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 21:45:39 +00:00

modifiy sidebar code

This commit is contained in:
Matthias
2021-12-06 01:33:41 +01:00
parent 502d701a70
commit 49f9cc7edc
15 changed files with 10955 additions and 3 deletions

View File

@ -5,6 +5,7 @@
{% settings_value "PART_INTERNAL_PRICE" as show_internal_price %}
{% settings_value 'PART_SHOW_RELATED' as show_related %}
{% include "sidebar_toggle.html" with target="#sidetree" %}
{% trans "Parameters" as text %}
{% include "sidebar_item.html" with label="part-parameters" text=text icon="fa-th-list" %}
{% if part.is_template %}