diff --git a/InvenTree/order/templates/order/order_base.html b/InvenTree/order/templates/order/order_base.html index 06ec079507..3300ce3b3d 100644 --- a/InvenTree/order/templates/order/order_base.html +++ b/InvenTree/order/templates/order/order_base.html @@ -1,4 +1,4 @@ -{% extends "two_column.html" %} +{% extends "page_base.html" %} {% load i18n %} {% load static %} @@ -24,65 +24,61 @@ src="{% static 'img/blank_image.png' %}" /> {% endblock %} -{% block page_data %} -
{{ order.description }}{% include "clip.html"%}
-