summaryrefslogtreecommitdiff
path: root/src/saml2/pack.py
diff options
context:
space:
mode:
authorTomas Pazderka <tomas.pazderka@nic.cz>2014-05-29 14:00:48 +0200
committerTomas Pazderka <tomas.pazderka@nic.cz>2014-05-29 14:00:48 +0200
commitf39ab6af1509fb64fd36cfb8f674e160ddd5e5cb (patch)
treed2afc1fd39b2610bd84e06a5aaaa01a47f76bf08 /src/saml2/pack.py
parent8286b6769d21531d4fea61b49927f1bca70029dc (diff)
downloadpysaml2-f39ab6af1509fb64fd36cfb8f674e160ddd5e5cb.tar.gz
Submit button added to POST form
Added Submit button to generated POST form to allow manual submit in case user has JS disabled
Diffstat (limited to 'src/saml2/pack.py')
-rw-r--r--src/saml2/pack.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/saml2/pack.py b/src/saml2/pack.py
index a63d1bba..53c31ccd 100644
--- a/src/saml2/pack.py
+++ b/src/saml2/pack.py
@@ -53,6 +53,7 @@ NAMESPACE = "http://schemas.xmlsoap.org/soap/envelope/"
FORM_SPEC = """<form method="post" action="%s">
<input type="hidden" name="%s" value="%s" />
<input type="hidden" name="RelayState" value="%s" />
+ <input type="submit" value="Submit" />
</form>"""