mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-12 01:55:37 +00:00
refactor functions
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
<nav class="list-none mb-10"><ul>
|
||||
{% for item in cat.cats %}
|
||||
<li>
|
||||
<a href="{% include link.html item=item%}" class="footer-link">{{ item.name }}</a>
|
||||
<a href="{% include fnc/link.html item=item%}" class="footer-link">{{ item.name }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul></nav>
|
||||
|
Reference in New Issue
Block a user