From db88fbda115a3af12308e1d0b500020a4a83c059 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 10:07:39 +1000 Subject: [PATCH] Fix company index page title (#5288) (#5291) (cherry picked from commit 3baa640d7003e0131d7bd3d3aba828083b0ab46f) Co-authored-by: Oliver --- InvenTree/company/templates/company/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/company/templates/company/index.html b/InvenTree/company/templates/company/index.html index cb93522a6b..db7c505f73 100644 --- a/InvenTree/company/templates/company/index.html +++ b/InvenTree/company/templates/company/index.html @@ -5,7 +5,7 @@ {% load inventree_extras %} {% block page_title %} -{% inventree_title %} | {% trans "Supplier List" %} +{% inventree_title %}{% if title %} | {{ title }}{% endif %} {% endblock page_title %} {% block heading %}