Changeset 16999 for main/kofacustom.lpng/trunk/src
- Timestamp:
- 6 Jul 2022, 12:16:10 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.lpng/trunk/src/kofacustom/lpng/browser/viewlets.py
r16993 r16999 54 54 """Request Transcript tab in primary navigation. 55 55 56 Display tab only foranonymous.56 Display tab only to anonymous. 57 57 """ 58 58 grok.order(4) … … 64 64 def link_target(self): 65 65 if self.request.principal.id == 'zope.anybody': 66 return self.view.application_url('applicants ')66 return self.view.application_url('applicants/app1/register') 67 67 return 68 68
Note: See TracChangeset for help on using the changeset viewer.