Ignore:
Timestamp:
4 Jul 2011, 13:55:13 (13 years ago)
Author:
Henrik Bettermann
Message:

Extend some vocabularies to be compatible with the SRP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/university/vocabularies.py

    r6189 r6504  
    1313    ('Faculty of','faculty'),
    1414    ('Department of','department'),
    15     ('School of','school_of'),
     15    ('School of','school'),
    1616    ('School for','school_for'),
    1717    ('Institute of','institute'),
     
    2222
    2323course_levels = SimpleWAeUPVocabulary(
     24    ('Pre-Studies',0),
    2425    ('100 (Year 1)',100),
    2526    ('200 (Year 2)',200),
Note: See TracChangeset for help on using the changeset viewer.