Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-analytics-dashboard
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-analytics-dashboard
Commits
fb77533e
Commit
fb77533e
authored
Oct 27, 2014
by
Clinton Blackburn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrected Load Error Message
parent
0474ffdb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
analytics_dashboard/analytics_dashboard/settings/production.py
+1
-1
No files found.
analytics_dashboard/analytics_dashboard/settings/production.py
View file @
fb77533e
...
...
@@ -63,5 +63,5 @@ FULL_APPLICATION_NAME = '{0} {1}'.format(PLATFORM_NAME, APPLICATION_NAME)
# Depends on DOCUMENTATION_LOAD_ERROR_URL, so evaluate at the end
DOCUMENTATION_LOAD_ERROR_MESSAGE
=
'This data may not be available for your course. For example, student '
\
'enrollment data is not computed for courses created prior to December 4, 201
4
. '
\
'enrollment data is not computed for courses created prior to December 4, 201
3
. '
\
'<a href="{error_documentation_link}" target="_blank">Read more</a>.'
.
format
(
error_documentation_link
=
DOCUMENTATION_LOAD_ERROR_URL
)
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