~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-02-25 05:35:50 UTC
  • Revision ID: matt.giuca@gmail.com-20100225053550-wvmyy6hi4i3z0q9i
Project page: Added URL and deadline, so this page now shows all fields of the project. Fixes Launchpad bug #527560.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
  <body>
7
7
    <h1>${project.name} for ${project.project_set.offering.subject.name}</h1>
8
8
    <div id="ivle_padding">
 
9
      <a py:if="project.url not in (None, '')" href="${project.url}">${project.url}</a>
 
10
      <p>Deadline: ${format_datetime(project.deadline)}</p>
9
11
      <p>${project.synopsis}</p>
10
12
      <p>Submissions: ${project.latest_submissions.count()}/${project.project_set.assigned.count()}</p>
11
13