Ignore:
Timestamp:
28 May 2007, 19:39:02 (18 years ago)
Author:
Henrik Bettermann
Message:

show more text on srp_view and less on login_staff

File:
1 edited

Legend:

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

    r1817 r1826  
    2525    if st_res:
    2626        sid = st_res[0].id
    27         logger.info('Student object with matric_no %s does not exist in students_catalog. Id taken from returning_import.' % matric_no)
     27        logger.info('Student object with matric_no %s does not exist in students_catalog, Id taken from returning_import' % matric_no)
    2828    else:
    29         logger.info('Student object with matric_no %s neither exists in students_catalog nor in returning_import.' % matric_no)
     29        logger.info('Student object with matric_no %s neither exists in students_catalog nor in returning_import' % matric_no)
    3030        return
    3131res,psm,ds = lt.renderLayout(layout_id= 'student_session_results_search',
Note: See TracChangeset for help on using the changeset viewer.