- Timestamp:
- 10 Jun 2011, 01:52:06 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser.py
r6317 r6319 229 229 """ 230 230 grok.context(IApplicantsContainer) 231 231 232 232 class ApplicantBreadcrumb(Breadcrumb): 233 233 """A breadcrumb for applicants. 234 234 """ 235 235 grok.context(IApplicant) 236 236 237 237 @property 238 238 def title(self): … … 393 393 394 394 pnav = 3 395 395 396 396 @property 397 397 def ac_prefix(self): … … 428 428 self.redirect(self.url(self.context[pin], 'edit')) 429 429 return 430 430 431 431 class AccessCodeLink(LeftSidebarLink): 432 432 grok.order(1)
Note: See TracChangeset for help on using the changeset viewer.