Переименование поля за заголовка вкладки
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user