diff --git a/InvenTree/part/templates/part/order_prices.html b/InvenTree/part/templates/part/order_prices.html index e165ee9c74..f5af15afef 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" %}

@@ -110,8 +119,8 @@ {% if price_history %}
-

{% trans 'Stock Pricing' %}

+

{% trans 'Stock Pricing' %}

{% if price_history|length > 1 %}
@@ -157,7 +166,8 @@ the part single price shown is the current price for that supplier part">