2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

Fixed part display bug

This commit is contained in:
Oliver Walters
2017-03-28 18:03:55 +11:00
parent 155151e98b
commit 6aa9f14b46
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{# Construct the category path #}
<a href="../">Category</a>/
{% for path_item in category.path %}
{% for path_item in category.parentpath %}
<a href="../{{ path_item.pk }}">{{ path_item.name }}</a>/
{% endfor %}