diff --git a/InvenTree/part/templates/part/allocation.html b/InvenTree/part/templates/part/allocation.html index 61c4ebc2b1..0430fea14a 100644 --- a/InvenTree/part/templates/part/allocation.html +++ b/InvenTree/part/templates/part/allocation.html @@ -1,5 +1,4 @@ {% extends "part/part_base.html" %} -{% load maths %} {% block details %} {% include "part/tabs.html" with tab="allocation" %} @@ -26,4 +25,4 @@ {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %}