mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-01 00:59:15 +01:00
8 lines
258 B
Text
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>
|