]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/modules/donation-button.html
f70127d1c2a39d6b4a94521b913621e049838652
[people/shoehn/ipfire.org.git] / templates / modules / donation-button.html
1 <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
2 <input type="hidden" name="cmd" value="_donations">
3 <input type="hidden" name="business" value="QBQCHP9ZK7GYY">
4 <input type="hidden" name="lc" value="{{ lc }}">
5 <input type="hidden" name="item_name" value="{{ reason_for_transfer or "IPFire.org" }}">
6 <input type="hidden" name="no_note" value="0">
7 <input type="hidden" name="cn" value="{{ _("Send a note to the project:") }}">
8 <input type="hidden" name="no_shipping" value="1">
9 <input type="hidden" name="currency_code" value="{{ currency }}">
10 <input type="hidden" name="bn" value="PP-DonationsBF:btn_donate_LG.gif:NonHosted">
11 {% if primary %}
12 <input type="submit" class="btn btn-lg btn-primary" value="{{ _("Donate %s") % currency }}">
13 {% else %}
14 <input type="submit" class="btn btn-link" value="{{ currency }}">
15 {% end %}
16 </form>