Changeset 9397


Ignore:
Timestamp:
23 Oct 2012, 18:53:37 (12 years ago)
Author:
Henrik Bettermann
Message:

Show correct link to application_slip.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/viewlets.py

    r9338 r9397  
    9191            self.context.student, attr=self.link)
    9292        if slip:
    93             url = self.view.url(self.context,self.link)
     93            url = self.view.url(self.context.student,self.link)
    9494            return u'<li><a href="%s">%s</a></li>' % (
    9595                    url, self.text)
Note: See TracChangeset for help on using the changeset viewer.