diff --git a/InvenTree/part/templates/part/order_prices.html b/InvenTree/part/templates/part/order_prices.html index e165ee9c74..11c98265a4 100644 --- a/InvenTree/part/templates/part/order_prices.html +++ b/InvenTree/part/templates/part/order_prices.html @@ -15,7 +15,16 @@ {% block details %} {% default_currency as currency %} -{% crispy form %} +
+ {% csrf_token %} +
+
{{ form|crispy }}
+
+ +
+
+
+

{% trans "Pricing ranges" %}