Изменение типов кнопок

This commit is contained in:
2024-12-04 11:39:07 +03:00
parent 392ba2161f
commit 576c0632d5
9 changed files with 9 additions and 9 deletions

View File

@@ -12,7 +12,7 @@
<h1 class="mt-5">Успешно!</h1>
<p class="lead">Отчет успешно добавлен в базу данных!</p>
<div class="gap-2 py-5">
<a href="{{ url_for('index') }}"><button class="btn btn-primary">На главную страницу</button></a>
<a href="{{ url_for('index') }}"><button class="btn btn-secondary">На главную страницу</button></a>
<a href="{{ url_for('report_bp.menu') }}"><button class="btn btn-primary">В меню отчетов</button></a>
</div>
</div>

View File

@@ -63,7 +63,7 @@
</div>
<div class="d-flex justify-content-center mt-5">
<a href="{{ url_for('index') }}"><button class="btn btn-warning">Главное меню</button></a>
<a href="{{ url_for('index') }}"><button class="btn btn-secondary">Главное меню</button></a>
</div>
</body>
</html>

View File

@@ -35,7 +35,7 @@
</div>
<div class="row justify-content-center">
<div class="col-12 d-flex justify-content-center">
<a href="{{ url_for('index') }}"><button class="btn btn-warning">Главное меню</button></a>
<a href="{{ url_for('index') }}"><button class="btn btn-secondary">Главное меню</button></a>
</div>
</div>
</div>