Merge pull request #19693 from edx/mdikan/hackathon-21

Removal of deprecated external auth.
This commit is contained in:
Mike Dikan
2019-03-04 13:48:57 -05:00
committed by GitHub
45 changed files with 119 additions and 3660 deletions

View File

@@ -134,8 +134,7 @@ def index(request, extra_context=None, user=AnonymousUser()):
"""
Render the edX main page.
extra_context is used to allow immediate display of certain modal windows, eg signup,
as used by external_auth.
extra_context is used to allow immediate display of certain modal windows, eg signup.
"""
if extra_context is None:
extra_context = {}