Ignore:
Timestamp:
4 Jul 2023, 21:05:54 (17 months ago)
Author:
Henrik Bettermann
Message:

Adjust application forms and add application categories.

File:
1 edited

Legend:

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

    r17453 r17465  
    2323    """A collection of methods subject to customization.
    2424    """
     25
     26    APP_CATS_DICT = {
     27        'basic': 'UAS, PUTME, PUDE, PCE, PRENCE',
     28        'no': 'No Application',
     29        'rnnurse': 'RN Nursing',
     30        'ndnurse': 'ND Nursing',
     31        }
    2532
    2633    DEGREES_DICT = {
Note: See TracChangeset for help on using the changeset viewer.