Ignore:
Timestamp:
12 Jan 2012, 08:47:52 (13 years ago)
Author:
Henrik Bettermann
Message:

Fix some tests. Two tests still fail since the registration state is not displayed in student site layout.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/branches/henrik-bootstrap/src/waeup/sirp/students/viewlets.py

    r7451 r7452  
    179179        #    targets = [{'url':student_url + '/application_slip', 'title':'Application Slip'},]
    180180        targets += [
    181             {'url':student_url + '/index', 'title':'Base Data'},
     181            {'url':student_url, 'title':'Base Data'},
    182182            {'url':student_url + '/view_clearance', 'title':'Clearance Data'},
    183183            {'url':student_url + '/view_personal', 'title':'Personal Data'},
Note: See TracChangeset for help on using the changeset viewer.