Author: Maciej Fijalkowski <fij...@gmail.com> Branch: extradoc Changeset: r225:41e6e5979cd8 Date: 2011-08-01 17:26 +0200 http://bitbucket.org/pypy/pypy.org/changeset/41e6e5979cd8/
Log: this is called quantity diff --git a/source/sponsor.txt b/source/sponsor.txt --- a/source/sponsor.txt +++ b/source/sponsor.txt @@ -21,7 +21,7 @@ </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="amount"></input> + <input type="text" name="quantity"></input> <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,7 @@ </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="amount"></input> +<input type="text" name="quantity"></input> <select name="currency_code"> <option value="USD" selected="1">USD</option> <option value="EUR">EUR</option> _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit