Поправил заголовки в кабинете поручителя
This commit is contained in:
parent
9a8a398e5f
commit
f382d15aaa
@ -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">
|
||||||
|
@ -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" />
|
||||||
|
Loading…
Reference in New Issue
Block a user