@using System.Globalization @using BTCPayServer.Abstractions.Extensions @using BTCPayServer.Abstractions.Models @using BTCPayServer.TagHelpers @using BTCPayServer.Views.Apps @using Microsoft.AspNetCore.Mvc.TagHelpers @inject BTCPayServer.Security.ContentSecurityPolicies Csp @model BTCPayServer.Plugins.Crowdfund.Models.UpdateCrowdfundViewModel @{ ViewData.SetActivePage(AppsNavPages.Update, "Update Crowdfund", Model.AppId); Csp.UnsafeEval(); } @section PageHeadContent { } @section PageFootContent { }
The crowdfund will be visible to anyone.

Goal

Uses the store's default currency (@Model.StoreDefaultCurrency) if empty.

Contributions

Crowdfund Behavior

Additional Options