- Timestamp:
- 23 Oct 2012, 18:53:37 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/viewlets.py
r9338 r9397 91 91 self.context.student, attr=self.link) 92 92 if slip: 93 url = self.view.url(self.context ,self.link)93 url = self.view.url(self.context.student,self.link) 94 94 return u'<li><a href="%s">%s</a></li>' % ( 95 95 url, self.text)
Note: See TracChangeset for help on using the changeset viewer.