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

« back to all changes in this revision

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

  • Committer: Matt Giuca
  • Date: 2010-07-20 08:31:02 UTC
  • Revision ID: matt.giuca@gmail.com-20100720083102-i739uh74be6dcl1c
Added new function on Project page to export a Bash script which exports all submissions for that project. (LP: #579771)

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
      <p>Check these out with your IVLE username and Subversion password, as
55
55
      documented under <a class="helpaction"
56
56
      href="/+help/Files/Subversion#external">External Subversion
57
 
      access</a>.</p>
 
57
      access</a>.<br />
 
58
      <a class="marksaction"
 
59
           href="${req.publisher.generate(project, ProjectExport)}">
 
60
           Bash script for exporting submitted projects
 
61
        </a>
 
62
      </p>
58
63
 
59
64
      <h2>Assigned submitters</h2>
60
65
      <div py:if="project.project_set.assigned.count() == 0"