From 04cba61888b40a33c5372d4df150ad7bdd3e9ee5 Mon Sep 17 00:00:00 2001 From: Kukks Date: Mon, 7 Jan 2019 14:40:51 +0100 Subject: [PATCH] add bundle helper --- BTCPayServer/Views/Apps/UpdateCrowdfund.cshtml | 1 + 1 file changed, 1 insertion(+) diff --git a/BTCPayServer/Views/Apps/UpdateCrowdfund.cshtml b/BTCPayServer/Views/Apps/UpdateCrowdfund.cshtml index 346dd49c7..c92bd6c3c 100644 --- a/BTCPayServer/Views/Apps/UpdateCrowdfund.cshtml +++ b/BTCPayServer/Views/Apps/UpdateCrowdfund.cshtml @@ -1,4 +1,5 @@ @using BTCPayServer.Hubs +@addTagHelper *, Meziantou.AspNetCore.BundleTagHelpers @model UpdateCrowdfundViewModel @{ ViewData["Title"] = "Update Crowdfund";