Changeset 10354 for main/waeup.imostate


Ignore:
Timestamp:
22 Jun 2013, 22:04:14 (11 years ago)
Author:
Henrik Bettermann
Message:

Customize dictionaries.

Location:
main/waeup.imostate/src/waeup/imostate
Files:
2 edited

Legend:

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

    r10350 r10354  
    3434        'form.course1': _(u'Programmes/Courses Desired'),
    3535      }
     36
     37    APP_TYPES_DICT = {
     38        'ymwp': ['Youths Must Work Programme', 'YMWP'],
     39        }
  • main/waeup.imostate/src/waeup/imostate/utils/utils.py

    r10350 r10354  
    2727        }
    2828
    29 
    30 
    3129    PAYMENT_CATEGORIES = {
    3230        }
     
    3432    SELECTABLE_PAYMENT_CATEGORIES = {
    3533        }
     34
     35    STUDY_MODES_DICT = {
     36        'iymwp': 'Youths Must Work',
     37        }
     38
     39    APP_CATS_DICT = {
     40        'basic': 'Basic Application',
     41        'no': 'no application',
     42        }
Note: See TracChangeset for help on using the changeset viewer.