Skip to content

Commit 3678a4e

Browse files
author
Roland Hedberg
committed
Merge pull request #120 from tpazderka/submit_button
Submit button added to POST form
2 parents 8286b67 + f39ab6a commit 3678a4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/saml2/pack.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
FORM_SPEC = """<form method="post" action="%s">
5454
<input type="hidden" name="%s" value="%s" />
5555
<input type="hidden" name="RelayState" value="%s" />
56+
<input type="submit" value="Submit" />
5657
</form>"""
5758

5859

0 commit comments

Comments
 (0)