Ignore:
Timestamp:
25 Jun 2023, 06:57:37 (15 months ago)
Author:
Henrik Bettermann
Message:

Add degrees.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/utils/utils.py

    r17438 r17453  
    3737        'RN': 'Registered Nursing',
    3838        'RM': 'Registered Midwifery',
     39        'ND': 'National Diploma Nursing',
     40        'HND': 'Higher National Diploma Public Health',
    3941        }
    4042
     
    128130        'post_mid':'Post Midwifery',
    129131        'post_nurs':'Post Nursing',
     132        'dp_nurs':'Diploma Nursing',
     133        'post_bph':'Post Basic Public Health',
    130134        }
     135
     136    MODE_GROUPS = {
     137        'All': ('all',),
     138        'Undergraduate Full-Time': ('ug_ft',),
     139        'Undergraduate Part-Time': ('ug_pt',),
     140        'Postgraduate Full-Time': ('pg_ft',),
     141        'Postgraduate Part-Time': ('pg_pt',),
     142        }
Note: See TracChangeset for help on using the changeset viewer.