Доп оформление запросов

This commit is contained in:
Anton Kamalov
2024-10-24 11:03:19 +03:00
parent bd45f9c068
commit f2730d85d4
2 changed files with 7 additions and 7 deletions

View File

@@ -2,19 +2,19 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Заготовки на складе</title>
<title>{{ object }}</title>
<link href="/static/css/main.css" type="text/css" rel="stylesheet">
</head>
<body>
<div class="logout">
<a href="{{ url_for('logout') }}"><button>Выход</button></a>
</div>
<h1>Заготовки на складе</h1>
<h1>{{ object }}</h1>
<!-- Output -->
<table>
<tr>
{% for category in categories %}
<th>{{ category }}</th>
{% for title in titles %}
<th>{{ title }}</th>
{% endfor %}
</tr>
{% for item in items %}