Changeset 3714


Ignore:
Timestamp:
8 Oct 2008, 18:29:55 (16 years ago)
Author:
Henrik Bettermann
Message:
  • add FCEOyo profile and skin
Location:
WAeUP_SRP/trunk
Files:
42 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/CHANGES.txt

    r3712 r3714  
    7878-----------------
    7979- implement demand for payment slip for OIS
     80
     811.14 (2008-10-08)
     82-----------------
     83- add FCEOyo profile and skin
  • WAeUP_SRP/trunk/__init__.py

    r3708 r3714  
    157157        'WAeUP_SRP',
    158158        EXTENSION,
    159         for_=ICPSSite)                           
     159        for_=ICPSSite)       
     160    profile_registry.registerProfile(
     161        'fceoyo',
     162        'WAeUP FCE Oyo Profile',
     163        "Federal College of Education",
     164        'profiles/fceoyo',
     165        'WAeUP_SRP',
     166        EXTENSION,
     167        for_=ICPSSite)                               
    160168##    DirectoryTypeRegistry.register(WAeUPTables.Applicants)
    161169
Note: See TracChangeset for help on using the changeset viewer.