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

« back to all changes in this revision

Viewing changes to ivle/webapp/submit/submit-late.html

  • Committer: Matt Giuca
  • Date: 2010-07-20 13:04:29 UTC
  • mto: This revision was merged to the branch mainline in revision 1818.
  • Revision ID: matt.giuca@gmail.com-20100720130429-2qfczuuosbgix9hf
Project submission: Changed the warning on submission pages so it no longer says you can't submit after the deadline; it says submission after the deadline may incur a penalty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
        <input type="hidden" name="late" value="yes" />
12
12
        <p class="form_error">The project has not yet been submitted.</p>
13
13
        <p>You are about to submit ${project.name} for ${offering.subject.name}.</p>
14
 
        <p>You may resubmit this project again at any time until the deadline,
15
 
        but a new submission will overwrite any made earlier.</p>
 
14
        <p>You may resubmit this project again at any time, but a new submission
 
15
        will overwrite any made earlier, and further submissions may incur an
 
16
        increased penalty.</p>
16
17
        <p>This may incur a late penalty, at the discretion of the subject
17
18
        coordinator, even if you have already submitted on time.</p>
18
19
        <input type="submit" value="Submit Late" />