Merge pull request #984 from MITx/feature/arjun/improve_msg

Improve fileinput message
This commit is contained in:
arjun810
2012-10-28 15:42:03 -07:00

View File

@@ -493,7 +493,7 @@ def filesubmission(element, value, status, render_template, msg=''):
if status == 'incomplete':
status = 'queued'
queue_len = msg
msg = 'Submitted to grader.'
msg = "Your file(s) have been submitted; as soon as your submission is graded, this message will be replaced with the grader's feedback."
context = { 'id': eid,
'state': status,