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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2010-01-29 03:49:19 UTC
  • Revision ID: grantw@unimelb.edu.au-20100129034919-i56hg9evr4m5t0ql
Fix worksheet links.

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
              <py:for each="worksheet in worksheets">
104
104
                <li>
105
105
                  <!-- Can't generate a URL directly to the worksheet, since this is a fake worksheet. -->
106
 
                  <a href="${req.publisher.generate(context)}/+worksheets/${worksheet.name}">${worksheet.name}</a>
 
106
                  <a href="${req.publisher.generate(context)}/+worksheets/${worksheet.id}">${worksheet.name}</a>
107
107
                  <py:if test="worksheet.assessable">
108
108
                    <ul>
109
109
                      <li class="${worksheet.complete_class}">