Changeset 8844 for main/waeup.uniben/trunk
- Timestamp:
- 28 Jun 2012, 06:15:15 (12 years ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben/applicants
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/interfaces.py
r8821 r8844 34 34 from waeup.uniben.payments.interfaces import ICustomOnlinePayment 35 35 36 ############################################################ 37 # Use former lgas for Uniben. Must be removed after application. 38 from waeup.uniben.applicants.lgas import LGAS 39 class LGASource(LGASource): 40 """A source for school subjects used in exam documentation. 41 """ 42 lga_dict = dict(LGAS) 43 ############################################################ 44 36 45 UG_OMIT_DISPLAY_FIELDS = ('locked', 'course_admitted', 37 46 'password', 'result_uploaded')
Note: See TracChangeset for help on using the changeset viewer.