This repository has been archived on 2025-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
RIS/App/Report/templates/OK.html

15 lines
569 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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>