2
0
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:
2022-02-07 01:16:35 +01:00
parent b1f3c19052
commit 41e8c5c3e7
6 changed files with 7 additions and 7 deletions

View File

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