Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
4dc744b1
Commit
4dc744b1
authored
Oct 06, 2016
by
J. Cliff Dyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move student_account templates into app.
parent
1db70deb
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
2 additions
and
0 deletions
+2
-0
lms/djangoapps/student_account/templates/student_account/access.underscore
+0
-0
lms/djangoapps/student_account/templates/student_account/account.underscore
+0
-0
lms/djangoapps/student_account/templates/student_account/account_settings.html
+0
-0
lms/djangoapps/student_account/templates/student_account/account_settings.underscore
+0
-0
lms/djangoapps/student_account/templates/student_account/account_settings_section.underscore
+0
-0
lms/djangoapps/student_account/templates/student_account/finish_auth.html
+0
-0
lms/djangoapps/student_account/templates/student_account/form_field.underscore
+0
-0
lms/djangoapps/student_account/templates/student_account/hinted_login.underscore
+0
-0
lms/djangoapps/student_account/templates/student_account/institution_login.underscore
+0
-0
lms/djangoapps/student_account/templates/student_account/institution_register.underscore
+0
-0
lms/djangoapps/student_account/templates/student_account/login.underscore
+0
-0
lms/djangoapps/student_account/templates/student_account/login_and_register.html
+0
-0
lms/djangoapps/student_account/templates/student_account/password_reset.underscore
+0
-0
lms/djangoapps/student_account/templates/student_account/register.underscore
+0
-0
lms/envs/common.py
+2
-0
No files found.
lms/templates/student_account/access.underscore
→
lms/
djangoapps/student_account/
templates/student_account/access.underscore
View file @
4dc744b1
File moved
lms/templates/student_account/account.underscore
→
lms/
djangoapps/student_account/
templates/student_account/account.underscore
View file @
4dc744b1
File moved
lms/templates/student_account/account_settings.html
→
lms/
djangoapps/student_account/
templates/student_account/account_settings.html
View file @
4dc744b1
File moved
lms/templates/student_account/account_settings.underscore
→
lms/
djangoapps/student_account/
templates/student_account/account_settings.underscore
View file @
4dc744b1
File moved
lms/templates/student_account/account_settings_section.underscore
→
lms/
djangoapps/student_account/
templates/student_account/account_settings_section.underscore
View file @
4dc744b1
File moved
lms/templates/student_account/finish_auth.html
→
lms/
djangoapps/student_account/
templates/student_account/finish_auth.html
View file @
4dc744b1
File moved
lms/templates/student_account/form_field.underscore
→
lms/
djangoapps/student_account/
templates/student_account/form_field.underscore
View file @
4dc744b1
File moved
lms/templates/student_account/hinted_login.underscore
→
lms/
djangoapps/student_account/
templates/student_account/hinted_login.underscore
View file @
4dc744b1
File moved
lms/templates/student_account/institution_login.underscore
→
lms/
djangoapps/student_account/
templates/student_account/institution_login.underscore
View file @
4dc744b1
File moved
lms/templates/student_account/institution_register.underscore
→
lms/
djangoapps/student_account/
templates/student_account/institution_register.underscore
View file @
4dc744b1
File moved
lms/templates/student_account/login.underscore
→
lms/
djangoapps/student_account/
templates/student_account/login.underscore
View file @
4dc744b1
File moved
lms/templates/student_account/login_and_register.html
→
lms/
djangoapps/student_account/
templates/student_account/login_and_register.html
View file @
4dc744b1
File moved
lms/templates/student_account/password_reset.underscore
→
lms/
djangoapps/student_account/
templates/student_account/password_reset.underscore
View file @
4dc744b1
File moved
lms/templates/student_account/register.underscore
→
lms/
djangoapps/student_account/
templates/student_account/register.underscore
View file @
4dc744b1
File moved
lms/envs/common.py
View file @
4dc744b1
...
...
@@ -1914,6 +1914,7 @@ INSTALLED_APPS = (
'lms.djangoapps.grades.apps.GradesConfig'
,
# Student support tools
'lms.djangoapps.student_account'
,
'support'
,
# External auth (OpenID, shib)
...
...
@@ -2105,6 +2106,7 @@ INSTALLED_APPS = (
# additional release utilities to ease automation
'release_util'
,
)
# Migrations which are not in the standard module "migrations"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment