Ignore:
Timestamp:
17 Jan 2007, 18:05:49 (18 years ago)
Author:
Henrik Bettermann
Message:

session not displayed on acco slip

Location:
WAeUP_SRP/trunk/skins/waeup_student
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/getMemberInfo.py

    r1281 r1316  
    6767Email Address in Personal Data: %s
    6868Date of Birth: %s
    69 Password: %s
     69Password: '%s'
    7070
    7171"""
     
    8282        )
    8383else:
    84        
     84
    8585    info['student'] = student
    8686    info['id'] = student_id
     
    104104        info['password']
    105105        )
    106        
    107        
    108        
    109                    
     106
     107
     108
     109
    110110
    111111return info
  • WAeUP_SRP/trunk/skins/waeup_student/layout_student_acco_view_slip.pt

    r1210 r1316  
    55              dm options/datastructure/getDataModel;
    66              widgets python:context.getRenderedWidgets(layout);
    7               fields python:('session',
    8                                  'bed',
     7              fields python:('bed',
    98                                 'acco_res_sc_pin',
    109                                 'acco_res_date',
Note: See TracChangeset for help on using the changeset viewer.