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

« back to all changes in this revision

Viewing changes to ivle/webapp/tutorial/subjectmenu.html

fixed a slight bug on line 155, which referenced a non-existant variable

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
        <py:for each="worksheet in worksheets">
12
12
          <li>
13
13
            <!-- XXX: Generate URL properly! -->
14
 
            <a href="/subjects/${subject}/+worksheets/${worksheet.id}">${worksheet.name}</a>
 
14
            <a href="/subjects/${subject}/${year}/${semester}/+worksheets/${worksheet.id}">${worksheet.name}</a>
15
15
            <py:if test="worksheet.assessable">
16
16
              <ul>
17
17
                <li class="${worksheet.complete_class}">