Ignore:
Timestamp:
21 Dec 2015, 06:21:29 (9 years ago)
Author:
Henrik Bettermann
Message:

Add application categories and types.

Location:
main/waeup.uniben/trunk/src/waeup/uniben
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/applicants/utils.py

    r13245 r13550  
    4848        'pre': ['Pre-Degree Studies', 'PRE'],
    4949        'cbt': ['UNIBEN CBT Practice Test', 'CBT'],
     50        'asaba': ['Asaba Programmes', 'ASA'],
     51        'akoka': ['Akoka Programmes', 'AKO'],
    5052        }
    5153
  • main/waeup.uniben/trunk/src/waeup/uniben/hostels/tests.py

    r13323 r13550  
    3737
    3838    def test_release_expired_allocations(self):
     39        config = grok.getSite()['configuration']
     40        config.maintmode_enabled_by = u'any_user'
    3941        self.browser.addHeader('Authorization', 'Basic mgr:mgrpw')
    4042        cat = queryUtility(ICatalog, name='beds_catalog')
  • main/waeup.uniben/trunk/src/waeup/uniben/utils/utils.py

    r13514 r13550  
    5151        'pg_new2': 'Postgraduate (supplementary application #2, deprecated)',
    5252        'pre': 'Pre-Degree Studies',
     53        'asaba': 'Federal College of Education (Technical) Asaba',
     54        'akoka': 'Federal College of Education (Technical) Akoka',
    5355        }
    5456
Note: See TracChangeset for help on using the changeset viewer.