summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/djangosaml2/wayf.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/djangosaml2/wayf.html b/templates/djangosaml2/wayf.html
index 60b07f0..072fdd5 100644
--- a/templates/djangosaml2/wayf.html
+++ b/templates/djangosaml2/wayf.html
@@ -9,7 +9,7 @@
<p>Please select your <strong>Identity Provider</strong> from the following list:</p>
<ul>
{% for url, idp in available_idps %}
- <li><a href="{% url djangosaml2.views.login %}?idp={{ url }}{% if came_from %}&next={{ came_from }}{% endif %}">{{ idp[0] }}</a></li>
+ <li><a href="{% url djangosaml2.views.login %}?idp={{ url }}{% if came_from %}&next={{ came_from }}{% endif %}">{{ idp.0 }}</a></li>
{% endfor %}
</ul>
</body>