fixed registration crash
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
}
|
||||
|
||||
<h1>Vehicle</h1>
|
||||
<h2>Available cars</h2>
|
||||
<p>
|
||||
@if (this.User.IsInRole("Admin"))
|
||||
{
|
||||
@@ -66,7 +67,7 @@
|
||||
@Html.DisplayFor(modelItem => item.PriceForDay)
|
||||
</td>
|
||||
<td>
|
||||
<a asp-controller="Rents" asp-action="Create">Select</a>
|
||||
<a asp-controller="Rents" asp-action="Create" >Select</a>
|
||||
</td>
|
||||
@if (this.User.IsInRole("Admin"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user