Commit 68f563a1 by Vik Paruchuri

Fix naming issue

parent 8b8c1dbe
......@@ -14,7 +14,7 @@ log=logging.getLogger(__name__)
NOTIFICATION_TYPES = (
('student_needs_to_peer_grade', 'peer_grading', 'Peer Grading'),
('staff_needs_to_grade', 'staff_grading', 'Staff Grading'),
('overall_need_to_check', 'open_ended_problems', 'Problems you have submitted')
('new_student_grading_to_view', 'open_ended_problems', 'Problems you have submitted')
)
def staff_grading_notifications(course):
......
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