This reverts commitf40447b3c8. Conflicts: lms/urls.py Revert "Add support for external auth on the combined login/registration page" This reverts commit988753395f. Conflicts: lms/templates/courseware/mktg_course_about.html lms/urls.py
5 lines
228 B
Python
5 lines
228 B
Python
"""Helper functions for the student account app. """
|
|
|
|
# TODO: move this function here instead of importing it from student # pylint: disable=fixme
|
|
from student.helpers import auth_pipeline_urls # pylint: disable=unused-import
|