Merge pull request #5427 from edx/renzo/profile-page-preferred-language
Allow changing of language preference from profile page
No related branches found
No related tags found
Showing
- cms/envs/common.py 2 additions, 0 deletionscms/envs/common.py
- common/djangoapps/lang_pref/api.py 81 additions, 0 deletionscommon/djangoapps/lang_pref/api.py
- common/djangoapps/lang_pref/tests/test_api.py 30 additions, 0 deletionscommon/djangoapps/lang_pref/tests/test_api.py
- common/djangoapps/user_api/api/account.py 0 additions, 1 deletioncommon/djangoapps/user_api/api/account.py
- common/djangoapps/user_api/api/profile.py 33 additions, 15 deletionscommon/djangoapps/user_api/api/profile.py
- common/djangoapps/user_api/tests/test_profile_api.py 39 additions, 15 deletionscommon/djangoapps/user_api/tests/test_profile_api.py
- lms/djangoapps/student_account/test/test_views.py 19 additions, 19 deletionslms/djangoapps/student_account/test/test_views.py
- lms/djangoapps/student_account/views.py 1 addition, 0 deletionslms/djangoapps/student_account/views.py
- lms/djangoapps/student_profile/test/test_views.py 84 additions, 15 deletionslms/djangoapps/student_profile/test/test_views.py
- lms/djangoapps/student_profile/urls.py 1 addition, 0 deletionslms/djangoapps/student_profile/urls.py
- lms/djangoapps/student_profile/views.py 61 additions, 4 deletionslms/djangoapps/student_profile/views.py
- lms/envs/common.py 4 additions, 1 deletionlms/envs/common.py
- lms/static/js/student_profile/profile.js 31 additions, 10 deletionslms/static/js/student_profile/profile.js
- lms/templates/modal/_modal-settings-language.html 6 additions, 1 deletionlms/templates/modal/_modal-settings-language.html
- lms/templates/student_profile/index.html 34 additions, 2 deletionslms/templates/student_profile/index.html
Loading
Please register or sign in to comment