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

« back to all changes in this revision

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

Rework titles for ProjectView.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<html xmlns="http://www.w3.org/1999/xhtml"
2
2
      xmlns:py="http://genshi.edgewall.org/">
3
3
  <head>
4
 
    <title>Project - ${project.short_name}</title>
 
4
    <title>${project.name} for ${project.project_set.offering.subject.name}</title>
5
5
  </head>
6
6
  <body>
7
 
    <h1>Project - ${project.short_name}</h1>
 
7
    <h1>${project.name} for ${project.project_set.offering.subject.name}</h1>
8
8
    <div id="ivle_padding">
9
 
      <h2>${project.name}</h2>
10
9
      <p>${project.synopsis}</p>
11
10
      <p>Submissions: ${len(submissions)}/${project.assesseds.count()}</p>
12
11
      <h3>Latest Submissions</h3>