Commit f728123c by Arjun Singh

Improve fileinput message

parent 71d48778
......@@ -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,
......
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