Changeset 13541 for main/waeup.aaue/trunk/src/waeup
- Timestamp:
- 14 Dec 2015, 18:14:09 (9 years ago)
- Location:
- main/waeup.aaue/trunk/src/waeup/aaue/applicants
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/browser.py
r13540 r13541 101 101 def target_url(self): 102 102 if self.context.state in ('initialized', 'started', 'paid') \ 103 or self.context.special or self. target == 'trans':103 or self.context.special or self.view.target == 'trans': 104 104 return 105 105 return self.view.url(self.view.context, self.target) … … 183 183 """ 184 184 185 grok.template('transcriptapplicanteditpage') 186 185 187 @property 186 188 def form_fields(self):
Note: See TracChangeset for help on using the changeset viewer.