[pffedportal] idp list is now useless in login view

This commit is contained in:
Thomas NOËL 2013-03-22 12:28:38 +01:00
parent c037494988
commit db907bc479
1 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@ from django.shortcuts import redirect
from django.contrib import messages
import django.contrib.auth
from authentic2.saml.common import get_idp_list_sorted
from authentic2.authsaml2.utils import register_next_target
from authentic2.authsaml2.saml2_endpoints import sso as authentic2_sso
import authentic2.saml.models as saml_models
@ -103,7 +102,6 @@ def login(request):
mailform = False
return render_to_response('login.html',
{'default_idp': default_idp,
'idp_providers': get_idp_list_sorted(),
'mailform': mailform,
'https_hostname': settings.HTTPS_HOSTNAME,
'disco_stores_read': settings.DISCO_STORES_READ,