Commit a2034c5b by David Ormsbee

Merge branch 'release'

parents ac05b5c2 6e8c8a64
......@@ -128,9 +128,6 @@ class PeerGradingModule(PeerGradingFields, XModule):
log.error("Linked location {0} for peer grading module {1} cannot be linked to.".format(
self.link_to_location, self.location))
raise
due_date = self.linked_problem.due
if due_date:
self.due = due_date
try:
self.timeinfo = TimeInfo(self.due, self.graceperiod)
......
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