We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66759d0 + 3579adb commit fc89cefCopy full SHA for fc89cef
djangosaml2/templates/djangosaml2/example_post_binding_form.html
@@ -9,7 +9,7 @@
9
</p>
10
<form method="post" action="{{ target_url }}" name="SSO_Login">
11
{% for key, value in params.items %}
12
- <input type="hidden" name="{{ key|safe }}" value="{{ value|safe }}" />
+ <input type="hidden" name="{{ key }}" value="{{ value }}" />
13
{% endfor %}
14
<input type="submit" value="Log in" />
15
</form>
0 commit comments