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

« back to all changes in this revision

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

Warn that only committed changes will be submitted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
                <label for="project_${project.id}">${project.name} - <em>${project.synopsis}</em> - (due ${format_datetime(project.deadline)})</label>
34
34
              </li>
35
35
            </ul>
 
36
            <p>Ensure that you have committed all changes - only changes in the repository will be submitted.</p>
36
37
            <p>You may resubmit a project again at any time until its deadline.</p>
37
38
            <p><input type="submit" value="Submit Project" /></p>
38
39
          </form>