2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-10 22:00:56 +00:00

use server title instead of InvenTree

This commit is contained in:
Matthias
2022-04-24 00:21:33 +02:00
parent 7834171c2a
commit 54d8a4e802
4 changed files with 9 additions and 5 deletions

View File

@@ -1,9 +1,10 @@
{% extends "page_base.html" %}
{% load static %}
{% load i18n %}
{% load inventree_extras %}
{% block page_title %}
InvenTree | {% trans "Manufacturer Part" %}
{% inventree_title %} | {% trans "Manufacturer Part" %}
{% endblock %}
{% block sidebar %}