mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-23 15:14:49 +01:00
Remove empty row if no validation
This commit is contained in:
@@ -5,11 +5,14 @@
|
||||
|
||||
|
||||
<partial name="_StatusMessage" for="@TempData["StatusMessage"]" />
|
||||
@if (!this.ViewContext.ModelState.IsValid)
|
||||
{
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
<div asp-validation-summary="All" class="text-danger"></div>
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
<form method="post">
|
||||
|
||||
Reference in New Issue
Block a user