Make the text on the peer grading closed page clearer

This commit is contained in:
Diana Huang
2013-02-12 11:10:59 -05:00
parent d45c539c6d
commit 7658cd7a50

View File

@@ -1,8 +1,10 @@
<section class="container peer-grading-container">
<h2>Peer Grading</h2>
<p>The due date has passed, and
% if use_for_single_location:
<p>Peer grading for this problem is closed at this time.</p>
peer grading for this problem is closed at this time.
%else:
<p>Peer grading is closed at this time.</p>
peer grading is closed at this time.
%endif
</p>
</section>