diff --git a/InvenTree/part/templates/part/part_app_base.html b/InvenTree/part/templates/part/part_app_base.html index 0b578aaadd..c7b38f9cc2 100644 --- a/InvenTree/part/templates/part/part_app_base.html +++ b/InvenTree/part/templates/part/part_app_base.html @@ -14,7 +14,7 @@ {% endblock %} {% block breadcrumbs %} - + {% if part %} {% include "part/cat_link.html" with category=part.category part=part %} {% else %} diff --git a/InvenTree/stock/templates/stock/item_base.html b/InvenTree/stock/templates/stock/item_base.html index af558ced12..cb4ecc3059 100644 --- a/InvenTree/stock/templates/stock/item_base.html +++ b/InvenTree/stock/templates/stock/item_base.html @@ -10,7 +10,7 @@ {% endblock %} {% block breadcrumbs %} - + {% include 'stock/loc_link.html' with location=item.location %} {% endblock %} diff --git a/InvenTree/stock/templates/stock/stock_app_base.html b/InvenTree/stock/templates/stock/stock_app_base.html index 93994ebd21..cf30a3221a 100644 --- a/InvenTree/stock/templates/stock/stock_app_base.html +++ b/InvenTree/stock/templates/stock/stock_app_base.html @@ -18,7 +18,7 @@ {% endblock %} {% block breadcrumbs %} - + {% if item %} {% include 'stock/loc_link.html' with location=item.location %} {% else %} diff --git a/InvenTree/templates/InvenTree/settings/plugin.html b/InvenTree/templates/InvenTree/settings/plugin.html index 7b428e161f..caee7c92bf 100644 --- a/InvenTree/templates/InvenTree/settings/plugin.html +++ b/InvenTree/templates/InvenTree/settings/plugin.html @@ -77,7 +77,7 @@ {% endif %} {% if plugin.website %} - + {% endif %}