Merge branch 'Report'

This commit is contained in:
2024-11-21 18:57:24 +03:00
3 changed files with 13 additions and 16 deletions

View File

@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>{{ title }}</title>
<link href="/static/css/main.css" type="text/css" rel="stylesheet">
<link href="/static/css/report.css" type="text/css" rel="stylesheet">
</head>
<body>
<div class="logout">
@@ -44,9 +45,9 @@
<button type="submit" value="read">Просмотр</button>
{% endif %}
</form>
<div class="return">
<a href="{{ url_for('index') }}"><button>Главное меню</button></a>
</div>
</div>
<div class="return">
<a href="{{ url_for('index') }}"><button>Главное меню</button></a>
</div>
</body>
</html>