mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
actually we assume this is a GET, not a POST!
This commit is contained in:
parent
0d3e0bd72c
commit
5921f4878b
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
</header>
|
||||
<section>
|
||||
<h2>Payment Form</h2>
|
||||
<form method="post" accept-charset="UTF-8" action="/payment.py/submit=%s">
|
||||
<form method="get" accept-charset="UTF-8" action="/payment.py/submit=%s">
|
||||
<p><label for="credit-card">Credit card number</label>: <input name="" type="text" autocomplete="off" id="credit-card" size="20" maxlength="16" /></p>
|
||||
<p><input type="submit" value="Submit" /></p>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Reference in a new issue