From 8c018cf987aae86e57c04ee7dfce2d4ad18db7d3 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 10 Dec 2021 22:31:50 +1100 Subject: [PATCH] Add href to nav toggle (so mouse cursor changes) --- InvenTree/part/templates/part/part_app_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/part/templates/part/part_app_base.html b/InvenTree/part/templates/part/part_app_base.html index 67341d983a..6f4e566137 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 %}