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

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/templates/subjects-manage.html

  • Committer: William Grant
  • Date: 2010-07-28 05:06:15 UTC
  • Revision ID: grantw@unimelb.edu.au-20100728050615-uwbxn9frla3pdw8m
Encode content_type when downloading files. cjson made us write bad code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
          <tbody>
33
33
            <tr py:for="semester in semesters">
34
34
              <td>${semester.year}</td>
35
 
              <td>${semester.semester}</td>
 
35
              <td>${semester.display_name}</td>
36
36
              <td>${semester.state}</td>
37
37
              <td>
38
38
                <a href="${req.publisher.generate(semester, SemesterEdit)}" title="Edit"><img src="${mediapath + 'interface/pencil.png'}" alt="Edit" /></a>