Commit fb77533e by Clinton Blackburn

Corrected Load Error Message

parent 0474ffdb
......@@ -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, 2014. ' \
'enrollment data is not computed for courses created prior to December 4, 2013. ' \
'<a href="{error_documentation_link}" target="_blank">Read more</a>.'.format(error_documentation_link=DOCUMENTATION_LOAD_ERROR_URL)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment