2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

Removed old templates

This commit is contained in:
Oliver Walters
2017-04-14 14:13:00 +10:00
parent dec90f597d
commit f80918554d
5 changed files with 0 additions and 42 deletions

View File

@ -1,8 +0,0 @@
Warehouses:
{% for warehouse in warehouse %}
<br>
<a href="./{{ warehouse.pk }}">{{ warehouse.name }}</a>
{% endfor %}