summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2012-04-05 15:43:35 +0200
committerLeif Johansson <leifj@sunet.se>2012-04-05 15:43:35 +0200
commit1fde03f7116ab81a18088c46c348d881f15c41e4 (patch)
tree17a542b5cb0d742319db222c8adeebee2e211c90
parente0ec9593a22f9d462b4fb8cc08a236184970e692 (diff)
local wayf
-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>