Commit 5e1eebac by Stephen Sanchez

Updating a validation message.

parent 2378c165
...@@ -85,9 +85,9 @@ def validate_assessments(assessments, current_assessments, is_released): ...@@ -85,9 +85,9 @@ def validate_assessments(assessments, current_assessments, is_released):
if not (_only_peer_or_self(assessments) or _peer_then_self(assessments)): if not (_only_peer_or_self(assessments) or _peer_then_self(assessments)):
return ( return (
False, False,
_("For this assignment, you can set either a peer assessment " _("For this assignment, you can set a peer assessment only, a self "
"followed by a self assessment, peer assessment only, or a " "assessment only, or a peer assessment followed by a self "
"self assessment only.") "assessment.")
) )
for assessment_dict in assessments: for assessment_dict in assessments:
......
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