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

« back to all changes in this revision

Viewing changes to ivle/webapp/userservice/__init__.py

  • Committer: William Grant
  • Date: 2010-02-04 01:14:54 UTC
  • Revision ID: grantw@unimelb.edu.au-20100204011454-vrggmwcxuy88e3cj
Give specialhome a link to each offering index.

Show diffs side-by-side

added added

removed removed

Lines of Context:
325
325
    for e in user.active_enrolments:
326
326
        dict_enrolments.append({
327
327
            'offeringid':      e.offering.id,
 
328
            'url':             req.publisher.generate(e.offering),
328
329
            'subj_code':       e.offering.subject.code,
329
330
            'subj_name':       e.offering.subject.name,
330
331
            'subj_short_name': e.offering.subject.short_name,