From 81cac0927d47357bd3afaecc3fdaf77bf7ecf8ba Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 16 Feb 2021 16:04:24 +1100 Subject: [PATCH] Layout tweask --- .../build/templates/build/build_base.html | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/InvenTree/build/templates/build/build_base.html b/InvenTree/build/templates/build/build_base.html index 9a145b4ad6..fab9eb8353 100644 --- a/InvenTree/build/templates/build/build_base.html +++ b/InvenTree/build/templates/build/build_base.html @@ -56,23 +56,23 @@ src="{% static 'img/blank_image.png' %}"
  • {% trans "Print Build Order" %}
  • + {% if roles.build.change %} - - {% if build.is_active %} - - - {% endif %} - {% endif %} - {% if build.status == BuildStatus.CANCELLED and roles.build.delete %} - +
    + + +
    {% endif %} {% endblock %}