Skip to content
Snippets Groups Projects
Commit 51b057554833 authored by Maciej Fijalkowski's avatar Maciej Fijalkowski
Browse files

another attempt

parent 41e6e5979cd8
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,8 @@
</div>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
Sponsor numpy implementation in PyPy by the following amount:<br/>
<input type="text" name="quantity"></input>
<input type="text" name="amount"></input>
<input type="hidden" name="amount" value="1"/>
<select name="currency_code">
<option value="USD" selected="1">USD</option>
<option value="EUR">EUR</option>
......
......@@ -62,7 +62,8 @@
</div>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
Sponsor numpy implementation in PyPy by the following amount:<br/>
<input type="text" name="quantity"></input>
<input type="text" name="amount"></input>
<input type="hidden" name="amount" value="1"/>
<select name="currency_code">
<option value="USD" selected="1">USD</option>
<option value="EUR">EUR</option>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment