diff --git a/BTCPayServer/Views/UIPublic/PayButtonHandle.cshtml b/BTCPayServer/Views/UIPublic/PayButtonHandle.cshtml index 08c7c0cf4..593b3c6ac 100644 --- a/BTCPayServer/Views/UIPublic/PayButtonHandle.cshtml +++ b/BTCPayServer/Views/UIPublic/PayButtonHandle.cshtml @@ -1,17 +1,14 @@ -@{ +@{ + Layout = "_LayoutSimple"; var allErrors = ViewData.ModelState.Values.SelectMany(v => v.Errors.Select(b => b.ErrorMessage)); } -