Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
3c432301
Commit
3c432301
authored
7 years ago
by
Dennis Jen
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #16221 from edx/dsjen/fix-config-text
Fixed typos in comment and config message.
parents
2605bf99
badcd439
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cms/djangoapps/contentstore/config/forms.py
+1
-1
1 addition, 1 deletion
cms/djangoapps/contentstore/config/forms.py
cms/djangoapps/contentstore/config/models.py
+1
-1
1 addition, 1 deletion
cms/djangoapps/contentstore/config/models.py
with
2 additions
and
2 deletions
cms/djangoapps/contentstore/config/forms.py
+
1
−
1
View file @
3c432301
...
...
@@ -15,7 +15,7 @@ log = logging.getLogger(__name__)
class
CourseNewAssetsPageAdminForm
(
forms
.
ModelForm
):
"""
Input form for new asset page enablment, allowing us to verify user input.
"""
"""
Input form for new asset page enabl
e
ment, allowing us to verify user input.
"""
class
Meta
(
object
):
model
=
CourseNewAssetsPageFlag
...
...
This diff is collapsed.
Click to expand it.
cms/djangoapps/contentstore/config/models.py
+
1
−
1
View file @
3c432301
...
...
@@ -74,4 +74,4 @@ class CourseNewAssetsPageFlag(ConfigurationModel):
if
self
.
enabled
:
not_en
=
""
# pylint: disable=no-member
return
u
"
Course
'
{}
'
:
Persistent Grades
{}Enabled
"
.
format
(
self
.
course_id
.
to_deprecated_string
(),
not_en
)
return
u
"
Course
'
{}
'
:
New assets page
{}Enabled
"
.
format
(
self
.
course_id
.
to_deprecated_string
(),
not_en
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment