Commit 4dc744b1 by J. Cliff Dyer

Move student_account templates into app.

parent 1db70deb
...@@ -1914,6 +1914,7 @@ INSTALLED_APPS = ( ...@@ -1914,6 +1914,7 @@ 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)
...@@ -2105,6 +2106,7 @@ INSTALLED_APPS = ( ...@@ -2105,6 +2106,7 @@ 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