Commit 61bd7ea3 by Stephen Sanchez Committed by Brian Talbot

Wiring turbo waiting template into place

parent 3d224057
...@@ -168,7 +168,7 @@ class PeerAssessmentMixin(object): ...@@ -168,7 +168,7 @@ class PeerAssessmentMixin(object):
path = 'openassessmentblock/peer/oa_peer_turbo_mode.html' path = 'openassessmentblock/peer/oa_peer_turbo_mode.html'
context_dict["peer_submission"] = peer_sub context_dict["peer_submission"] = peer_sub
else: else:
path = 'openassessmentblock/peer/oa_peer_waiting.html' path = 'openassessmentblock/peer/oa_peer_turbo_mode_waiting.html'
elif workflow.get("status") == "done" or finished: elif workflow.get("status") == "done" or finished:
path = "openassessmentblock/peer/oa_peer_complete.html" path = "openassessmentblock/peer/oa_peer_complete.html"
......
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