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

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/templates/offering.html

  • Committer: Matt Giuca
  • Date: 2010-02-12 10:58:21 UTC
  • Revision ID: matt.giuca@gmail.com-20100212105821-bz639w1gdyg5657a
Removed submission advice from the subjects page, instead linking to the help page (which contained the same text). Also linked to this page from the submit page. Minor tweaks to the text relating to the submission advice. Fixes Launchpad Bug #520284.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
                </py:if>
74
74
              </li>
75
75
            </ul>
76
 
            <py:if test="context.get_open_projects_for_user(req.user).count() > 0">
77
 
              <p>
78
 
                To submit to a project that has not yet closed, use the file
79
 
                browser to navigate to the file or directory that you wish to
80
 
                submit, click &ldquo;More actions...&rdquo;,
81
 
                &ldquo;Submit&rdquo;, and then select the correct project.
82
 
              </p>
83
 
              <p>
84
 
                If the project to which you intend to submit is not listed,
85
 
                ensure that you are in the correct directory, or a subdirectory
86
 
                thereof. For solo projects, you must be inside the subject's
87
 
                &ldquo;mywork&rdquo; directory. For group projects, you must be
88
 
                inside the directory for the assigned group.
89
 
              </p>
90
 
              <p>
91
 
                You may resubmit a project as you wish until the deadline, but
92
 
                a new submission will overwrite any made earlier.
93
 
              </p>
94
 
            </py:if>
 
76
            <p py:if="context.get_open_projects_for_user(req.user).count() > 0">
 
77
              <a class="helpaction" href="/+help/Submitting%20a%20project">Help submitting a project</a>
 
78
            </p>
95
79
          </py:otherwise>
96
80
        </py:choose>
97
81