# HG changeset patch
# User Maciej Fijalkowski <fijall@gmail.com>
# Date 1312212688 -7200
#      Mon Aug 01 17:31:28 2011 +0200
# Branch extradoc
# Node ID 51b057554833aa5dde6d8133f54eedd883a49cdb
# Parent  41e6e5979cd816fe61380c2c14c90b4cb7d88f3e
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>