2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-11-09 01:25:41 +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,8 +1,9 @@
{% extends "base.html" %}
{% load i18n %}
{% load inventree_extras %}
{% block page_title %}
InvenTree | {% trans "Permission Denied" %}
{% inventree_title %} | {% trans "Permission Denied" %}
{% endblock %}
{% block content %}