diff --git a/BTCPayServer/Controllers/HomeController.cs b/BTCPayServer/Controllers/HomeController.cs index 58b65e59a..94f139dd4 100644 --- a/BTCPayServer/Controllers/HomeController.cs +++ b/BTCPayServer/Controllers/HomeController.cs @@ -56,7 +56,7 @@ namespace BTCPayServer.Controllers var res = await controller.ViewCrowdfund(appId, null) as ViewResult; if (res != null) { - res.ViewName = $"/Views/AppsPublic/{res.ViewName}.cshtml"; + res.ViewName = $"/Views/AppsPublic/ViewCrowdfund.cshtml"; return res; // return }