Changeset 8844


Ignore:
Timestamp:
28 Jun 2012, 06:15:15 (12 years ago)
Author:
Henrik Bettermann
Message:

Use former lgas for Uniben. Must be removed after application.

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  
    3434from waeup.uniben.payments.interfaces import ICustomOnlinePayment
    3535
     36############################################################
     37# Use former lgas for Uniben. Must be removed after application.
     38from waeup.uniben.applicants.lgas import LGAS
     39class LGASource(LGASource):
     40    """A source for school subjects used in exam documentation.
     41    """
     42    lga_dict = dict(LGAS)
     43############################################################
     44
    3645UG_OMIT_DISPLAY_FIELDS = ('locked', 'course_admitted',
    3746    'password', 'result_uploaded')
Note: See TracChangeset for help on using the changeset viewer.