Merge pull request #120 from tpazderka/submit_button
Submit button added to POST form
This commit is contained in:
@@ -53,6 +53,7 @@ NAMESPACE = "http://schemas.xmlsoap.org/soap/envelope/"
|
|||||||
FORM_SPEC = """<form method="post" action="%s">
|
FORM_SPEC = """<form method="post" action="%s">
|
||||||
<input type="hidden" name="%s" value="%s" />
|
<input type="hidden" name="%s" value="%s" />
|
||||||
<input type="hidden" name="RelayState" value="%s" />
|
<input type="hidden" name="RelayState" value="%s" />
|
||||||
|
<input type="submit" value="Submit" />
|
||||||
</form>"""
|
</form>"""
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user