You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
redonate/public_html/templates/payment/bitcoin.tpl

19 lines
479 B
Smarty

<div class="formwrapper">
<h2>Donate using Bitcoin</h2>
<p>
Please send <strong>{%?amount}</strong> to the address <strong>{%?address}</strong>.
</p>
<p>
We cannot automatically detect when you've sent your donation. To help us improve our statistics,
please click the button below after you've donated.
</p>
<p>
<form method="get" action="{%?done-url}" style="text-align: center;">
<button type="submit">I've sent my donation</button>
</form>
</p>
</div>