Подгонка под описания

This commit is contained in:
2024-12-06 16:14:31 +03:00
parent 54071f20be
commit d995a2cc14
7 changed files with 8 additions and 10 deletions

View File

@@ -29,7 +29,7 @@
<div class="col-12 d-flex justify-content-center">
<div class="btn-group py-5" role="group" aria-label="Basic example">
<a href="{{ url_for('report_bp.create') }}"><button type="button" class="btn btn-primary me-2">Создать отчет</button></a>
<a href="{{ url_for('report_bp.view') }}"><button type="button" class="btn btn-secondary">Читать отчеты</button></a>
<a href="{{ url_for('report_bp.view') }}"><button type="button" class="btn btn-primary">Читать отчеты</button></a>
</div>
</div>
</div>