Переработка html-страниц + изменение заголовков

This commit is contained in:
2024-11-08 11:56:46 +03:00
parent 5211ab58a2
commit 9fda569270
6 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>Ошибка</title>

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>{{ header }}</title>

View File

@@ -1,8 +1,8 @@
<!DOCTYPE html>
<html lang="en">
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>Все поставки поставщиком</title>
<title>Поставки поставщиком</title>
<link href="/static/css/main.css" type="text/css" rel="stylesheet">
</head>
<body>
@@ -10,7 +10,7 @@
<a href="{{ url_for('logout') }}"><button>Выход</button></a>
</div>
<!-- Input -->
<h1>Все поставки поставщиком</h1>
<h1>Поставки поставщиком</h1>
<div class="form">
<p>Выберите поставщика</p>
<form action="" method="post">

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>{{ header }}</title>

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>Запросы</title>

View File

@@ -1,5 +1,5 @@
[
{"name": "Количество заготовок на складе", "url": "requests_bp.sklad_zapros"},
{"name": "Поставки поставщиком за год", "url": "requests_bp.sellers_ship"}
{"name": "Поставки поставщиками", "url": "requests_bp.sellers_ship"}
]