make payment form not actually try to submit CC number

This commit is contained in:
Seth Schoen 2012-11-15 20:56:48 -08:00
parent adc2a62735
commit d62aaf9d13

View file

@ -25,10 +25,8 @@ class form(object):
In order to process this payment, please pretend to enter a 16-digit credit-card
number below, and then click the Submit Payment button.
<p>
<form name="ignored">
<input type="text" name="cc"><br>
</form>
<form action="/payment.py/submit=%s" method="GET" name="other">
<input type="text" name="" autocomplete="off" /><br/>
<input type="submit" value="Submit Payment">
</form>
</html>