Changeset 16071 for main/kofacustom.iuokada/trunk/src/kofacustom
- Timestamp:
- 24 Apr 2020, 07:07:45 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants/browser.py
r16070 r16071 192 192 """ 193 193 194 grok.template('applicanteditpage') 194 @property 195 def certs(self): 196 appcatcertificatesource = AppCatCertificateSource().factory 197 for code in appcatcertificatesource.getValues(self.context): 198 title = appcatcertificatesource.getTitle(self.context, code) 199 yield(code, title) 195 200 196 201 def display_fileupload(self, filename):
Note: See TracChangeset for help on using the changeset viewer.