~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/tutorial/templates/exercise_fragment.html

  • Committer: Matt Giuca
  • Date: 2010-02-25 09:34:17 UTC
  • Revision ID: matt.giuca@gmail.com-20100225093417-02z6stnx9biqpbol
Exercise display: Shows a warning if the worksheet cutoff has passed for this subject, that it will not count towards your marks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
              onclick="submitexercise("${exercise.id}", '${exercise.id}')"
33
33
              title="Submit this solution for evaluation" />
34
34
    </div>
 
35
    <p class="form_error" py:if="worksheet is not None and worksheet.offering.has_worksheet_cutoff_passed(req.user)">
 
36
      <strong>Note:</strong> The worksheets for this subject have closed.
 
37
      Future submissions will not count towards your marks.</p>
35
38
    <div class="testoutput">
36
39
    </div>
37
40
    <div py:if="worksheet" class="problem_summary">