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

« back to all changes in this revision

Viewing changes to ivle/webapp/groups/template.html

  • Committer: William Grant
  • Date: 2009-02-27 08:10:41 UTC
  • Revision ID: grantw@unimelb.edu.au-20090227081041-7szfgxz8dnt8rol4
GroupsView now passes manage_subject_offering() the offering ID, not the
subject ID. Oops.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
      <div id="offering_groups" />
10
10
    </div>
11
11
    <script type="text/javascript">
12
 
      manage_subject_offering(${offering.subject.id}, document.getElementById('offering_groups'));
 
12
      manage_subject_offering(${offering.id}, document.getElementById('offering_groups'));
13
13
    </script>
14
14
  </body>
15
15
</html>