Commit fb384880 by J. Cliff Dyer

Revert "Move student_account templates into app."

This reverts commit 4dc744b1.
parent 4dc744b1
...@@ -1914,7 +1914,6 @@ INSTALLED_APPS = ( ...@@ -1914,7 +1914,6 @@ INSTALLED_APPS = (
'lms.djangoapps.grades.apps.GradesConfig', 'lms.djangoapps.grades.apps.GradesConfig',
# Student support tools # Student support tools
'lms.djangoapps.student_account',
'support', 'support',
# External auth (OpenID, shib) # External auth (OpenID, shib)
...@@ -2106,7 +2105,6 @@ INSTALLED_APPS = ( ...@@ -2106,7 +2105,6 @@ INSTALLED_APPS = (
# additional release utilities to ease automation # additional release utilities to ease automation
'release_util', 'release_util',
) )
# Migrations which are not in the standard module "migrations" # Migrations which are not in the standard module "migrations"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment