[pypy-commit] pypy.org extradoc: another attempt

fijal noreply at buildbot.pypy.org
Mon Aug 1 17:30:59 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: extradoc
Changeset: r226:51b057554833
Date: 2011-08-01 17:31 +0200
http://bitbucket.org/pypy/pypy.org/changeset/51b057554833/

Log:	another attempt

diff --git a/source/sponsor.txt b/source/sponsor.txt
--- a/source/sponsor.txt
+++ b/source/sponsor.txt
@@ -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>
diff --git a/sponsor.html b/sponsor.html
--- a/sponsor.html
+++ b/sponsor.html
@@ -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>


More information about the pypy-commit mailing list