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
0332ebea
Commit
0332ebea
authored
Jul 12, 2016
by
Douglas Hall
Committed by
GitHub
Jul 12, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12880 from caseylitton/up_logistration_toggle_footer_setting
Add flag allow toggle logistration footer
parents
facb1eb8
a6e028c6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletions
+6
-1
AUTHORS
+1
-0
lms/djangoapps/student_account/views.py
+4
-1
lms/envs/common.py
+1
-0
No files found.
AUTHORS
View file @
0332ebea
...
...
@@ -274,3 +274,4 @@ Sofiya Semenova <ssemenova@edx.org>
Alisan Tang <atang@edx.org>
Kevin Kim <kkim@edx.org>
Albert St. Aubin Jr. <astaubin@edx.org>
Casey Litton <caseylitton@gmail.com>
lms/djangoapps/student_account/views.py
View file @
0332ebea
...
...
@@ -122,7 +122,10 @@ def login_and_registration_form(request, initial_mode="login"):
'responsive'
:
True
,
'allow_iframing'
:
True
,
'disable_courseware_js'
:
True
,
'disable_footer'
:
True
,
'disable_footer'
:
not
get_themed_value
(
'ENABLE_COMBINED_LOGIN_REGISTRATION_FOOTER'
,
settings
.
FEATURES
[
'ENABLE_COMBINED_LOGIN_REGISTRATION_FOOTER'
]
),
}
return
render_to_response
(
'student_account/login_and_register.html'
,
context
)
...
...
lms/envs/common.py
View file @
0332ebea
...
...
@@ -262,6 +262,7 @@ FEATURES = {
# Enable the combined login/registration form
'ENABLE_COMBINED_LOGIN_REGISTRATION'
:
False
,
'ENABLE_COMBINED_LOGIN_REGISTRATION_FOOTER'
:
False
,
# Enable organizational email opt-in
'ENABLE_MKTG_EMAIL_OPT_IN'
:
False
,
...
...
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