diff --git a/lms/templates/peer_grading/peer_grading.html b/lms/templates/peer_grading/peer_grading.html index 02c69954b7..ee338cecbb 100644 --- a/lms/templates/peer_grading/peer_grading.html +++ b/lms/templates/peer_grading/peer_grading.html @@ -21,13 +21,19 @@

Instructions

Here are a list of problems that need to be peer graded for this course.

% if success: - + % if len(problem_list) == 0: +
+ Nothing to grade! +
+ %else: + + %endif %endif