From aa3d384f47ad8f9251b67b14abb45b87d947d8fe Mon Sep 17 00:00:00 2001 From: Samuel Adams Date: Fri, 29 Oct 2021 10:13:04 -0400 Subject: [PATCH] Add status message partial (#3030) Along with #3029, this closes #2991. --- BTCPayServer/Views/AppsPublic/PointOfSale/Light.cshtml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BTCPayServer/Views/AppsPublic/PointOfSale/Light.cshtml b/BTCPayServer/Views/AppsPublic/PointOfSale/Light.cshtml index e30ced492..5fbbbd5d9 100644 --- a/BTCPayServer/Views/AppsPublic/PointOfSale/Light.cshtml +++ b/BTCPayServer/Views/AppsPublic/PointOfSale/Light.cshtml @@ -3,6 +3,8 @@ Layout = "_LayoutPos"; } + + @if (Context.Request.Query.ContainsKey("simple")) {