Fix sidenav in stocklist

This commit is contained in:
Bjoern Biesenbach 2020-11-30 18:30:51 +01:00
parent a8f605c2e6
commit 95f62d529f

View File

@ -99,7 +99,6 @@
</div>
</h3>
</div>
</div>
{% if location and location.children.all|length > 0 %}
{% include 'stock/location_list.html' with children=location.children.all collapse_id="locations" %}
@ -110,6 +109,7 @@
<hr>
{% include "stock_table.html" %}
</div>
{% endblock %}