Fix in Requests + in Report part
This commit is contained in:
15
App/Report/templates/OK.html
Normal file
15
App/Report/templates/OK.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Успех</title>
|
||||
<link href="/static/css/auth.css" type="text/css" rel="stylesheet">
|
||||
<link href="/static/css/main.css" type="text/css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Успешно!</h1>
|
||||
<p>Отчет успешно добавлен в базу данных!</p>
|
||||
<a href="{{ url_for('index') }}"><button>На главную страницу</button></a>
|
||||
<a href="{{ url_for('report_bp.menu') }}"><button>В меню отчетов</button></a>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user