From 707a03c4162641f0d50f70cb06d26330bf529142 Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 27 Oct 2021 01:15:39 +1100 Subject: [PATCH] Add breadcrumbs for build order page (cherry picked from commit f32dfb01a2902d0fe6d261906c02b8726ebc7cb3) --- InvenTree/build/templates/build/build_base.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/InvenTree/build/templates/build/build_base.html b/InvenTree/build/templates/build/build_base.html index 1731e00403..3a33a57cdb 100644 --- a/InvenTree/build/templates/build/build_base.html +++ b/InvenTree/build/templates/build/build_base.html @@ -9,6 +9,17 @@ {% inventree_title %} | {% trans "Build Order" %} - {{ build }} {% endblock %} +{% block pre_content %} + +{% endblock %} + {% block below_thumbnail %}