mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-14 07:31:10 +00:00
Added links to child categories
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
{% endfor %}
|
||||
|
||||
{{ category.name }}
|
||||
|
||||
<br><br>Children:<br>
|
||||
{% for child in children %}
|
||||
<a href="/part/category/{{ child.pk }}">{{ child.name }}</a><br>
|
||||
{% endfor %}
|
||||
|
||||
<br>
|
||||
|
Reference in New Issue
Block a user