Дизайнерские заморочки с отчётом

This commit is contained in:
2024-11-21 15:00:50 +03:00
parent da90fe023f
commit f61e69b366
3 changed files with 80 additions and 36 deletions

View File

@@ -10,7 +10,7 @@
<a href="{{ url_for('logout') }}"><button>Выход</button></a>
</div>
<h1>Выберите вариант отчетов</h1>
<div style="text-align: center; margin: 20px 0;">
<div class="buttons_menu">
<a href="{{ url_for('report_bp.create') }}"><button>Создать отчет</button></a>
<a href="{{ url_for('report_bp.view') }}"><button>Читать отчеты</button></a>
</div>