Merge pull request #2419 from edx/talbs/lms-languagemenu
LMS: Adds Language Selection Menu
This commit is contained in:
@@ -456,8 +456,13 @@ INSTALLED_APPS = (
|
||||
|
||||
# Dark-launching languages
|
||||
'dark_lang',
|
||||
|
||||
# Student identity reverification
|
||||
'reverification',
|
||||
|
||||
# User preferences
|
||||
'user_api',
|
||||
'django_openid_auth',
|
||||
)
|
||||
|
||||
|
||||
|
||||
@@ -36,6 +36,9 @@ urlpatterns = patterns('', # nopep8
|
||||
|
||||
url(r'^xmodule/', include('pipeline_js.urls')),
|
||||
url(r'^heartbeat$', include('heartbeat.urls')),
|
||||
|
||||
url(r'^user_api/', include('user_api.urls')),
|
||||
url(r'^lang_pref/', include('lang_pref.urls')),
|
||||
)
|
||||
|
||||
# User creation and updating views
|
||||
|
||||
Reference in New Issue
Block a user