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

« back to all changes in this revision

Viewing changes to ivle/webapp/tutorial/templates/worksheet.html

Semesters now have separate URL name, display name and code attributes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
    </script>
12
12
  </head>
13
13
  <body>
14
 
    <py:def function="offering_url(offering)">/subjects/${offering.subject.short_name}/${offering.semester.year}/${offering.semester.semester}</py:def>
 
14
    <py:def function="offering_url(offering)">/subjects/${offering.subject.short_name}/${offering.semester.year}/${offering.semester.url_name}</py:def>
15
15
    <h1>${worksheet.name} in ${subject.name}</h1>
16
16
    <div id="ivle_padding">
17
17
      <div class="contextactions" py:if="'edit' in worksheet.get_permissions(user, config)">