- Timestamp:
- 23 Apr 2013, 07:30:55 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser.py
r10090 r10094 912 912 return 913 913 914 # Not used in base package 915 def file_exists(self, attr): 916 file = getUtility(IExtFileStore).getFileByContext( 917 self.context, attr=attr) 918 if file: 919 return True 920 else: 921 return False 922 914 923 class ApplicantEditFormPage(ApplicantManageFormPage): 915 924 """An applicant-centered edit view for applicant data.
Note: See TracChangeset for help on using the changeset viewer.