Ignore:
Timestamp:
2 Jan 2007, 11:37:44 (19 years ago)
Author:
joachim
Message:

added Secret Widget and use it in display_session_results
if application object is present, don't ask for password again.

File:
1 edited

Legend:

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

    r1171 r1175  
    5252        return "MatricNo %s not found in Returning Table" % matric_no
    5353    student_brain = res[0]
    54     #sid,jamb_reg_no = context.waeup_tool.createOne(student_brain)
    55     sid,jamb_reg_no = context.createOne(student_brain)
     54    sid,jamb_reg_no = context.waeup_tool.createOne(student_brain)
    5655    logger.info('"%s","Created Student","%s", "%s" ' % (member,sid,matric_no))
    5756    return "Student MatricNo %s, StudentId %s Jamb %s created" % (matric_no,sid,jamb_reg_no)
Note: See TracChangeset for help on using the changeset viewer.