diff --git a/InvenTree/build/templates/build/build_base.html b/InvenTree/build/templates/build/build_base.html index fb84b467cf..d9764d6e25 100644 --- a/InvenTree/build/templates/build/build_base.html +++ b/InvenTree/build/templates/build/build_base.html @@ -33,7 +33,12 @@ src="{% static 'img/blank_image.png' %}" {% block page_data %}

{% trans "Build" %} {% build_status_label build.status large=True %}


-

{{ build.quantity }} x {{ build.part.full_name }}

+

+ {{ build.quantity }} x {{ build.part.full_name }} + {% if user.is_staff %} + +{% endif %} +