btcpayserver/BTCPayServer/Views/AppsPublic/Crowdfund/ContributeForm.cshtml
2018-12-18 16:27:03 +01:00

8 lines
258 B
Text

@model BTCPayServer.Models.AppViewModels.ContributeToCrowdfund
<form method="post" action="contribute">
<input asp-for="Email" type="email"/>
<input asp-for="Amount" type="number" step="any" />
<button type="submit">Contribute</button>
</form>