10 lines
274 B
Plaintext
10 lines
274 B
Plaintext
@using BankYouBankruptCashierApp
|
|
|
|
@{
|
|
ViewData["Title"] = "Отправка отчета";
|
|
}
|
|
|
|
<div class="text-center p-5">
|
|
<h3 class="display-4">Упс, что-то пошло не так...</h3>
|
|
<h3 class="display-4">Ошибка: @APICashier.ErrorMessage</h3>
|
|
</div> |