Fix company index page title (#5288)

This commit is contained in:
Oliver 2023-07-20 08:12:31 +10:00 committed by GitHub
parent be59d1eb05
commit 3baa640d70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}