Переименование поля за заголовка вкладки

This commit is contained in:
2024-11-07 14:43:58 +03:00
parent 200116f6f4
commit 7c51665617
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{ object }}</title>
<title>{{ header }}</title>
<link href="/static/css/main.css" type="text/css" rel="stylesheet">
<link href="/static/css/output.css" type="text/css" rel="stylesheet">
</head>
@@ -10,7 +10,7 @@
<div class="logout">
<a href="{{ url_for('logout') }}"><button>Выход</button></a>
</div>
<h1>{{ object }}</h1>
<h1>{{ header }}</h1>
<!-- Output -->
{% if items %}
<table>