From 8cfbf2657eb9413de737853ddc7d88bd0cbbdcd9 Mon Sep 17 00:00:00 2001 From: Date: Tue, 1 May 2018 10:03:20 +1000 Subject: [PATCH] Removed unused maths tag --- InvenTree/part/templates/part/allocation.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 %}