Поправил заголовки в кабинете поручителя

This commit is contained in:
Никита Потапов 2024-05-30 03:15:26 +04:00
parent 9a8a398e5f
commit f382d15aaa
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
} }
<div class="d-flex w-100 h-100 align-content-center justify-content-center"> <div class="d-flex w-100 h-100 align-content-center justify-content-center">
<form class="d-flex flex-column" id="registerForm" method="post"> <form class="d-flex flex-column" id="registerForm" method="post">
<h4>Регистрация исполнителя</h4> <h4>Регистрация поручителя</h4>
@foreach (var item in Model.Errors) @foreach (var item in Model.Errors)
{ {
<div class="alert alert-danger" role="alert"> <div class="alert alert-danger" role="alert">

View File

@ -12,7 +12,7 @@
} }
else else
{ {
<title>Боликлиника</title> <title>Кабинет поручителя</title>
} }
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.min.css" /> <link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="~/css/site.css" asp-append-version="true" /> <link rel="stylesheet" href="~/css/site.css" asp-append-version="true" />