Ignore:
Timestamp:
11 Oct 2006, 06:24:39 (18 years ago)
Author:
joachim
Message:

cleanup naming in accommodation part I

File:
1 edited

Legend:

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

    r543 r649  
    4949          % (context.absolute_url(),s_id,pin.split('-')[2],pin))
    5050
    51 ##    jamb_id = ds.get('jamb_reg_no')
    52 ##    student = context.getContent().getStudentByRegNo(jamb_id)
    53 ##    if student is None:
    54 ##        psm = "JAMB record %s not accessible." % (jamb_id)
    55 ##        return context.application_pin_form(rendered = res,
    56 ##                                 psm = psm,
    57 ##                                 #psm = "%s, %s" % (psm,ds),
    58 ##                                 ds = ds,
    59 ##                                 )
    60 ##if context.portal_workflow.getInfoFor(student,'review_state',None) == "created":
    61 ##    #student.invokeFactory('StudentClearance','clearance')
    62 ##da = {}
    63 ##pin = str(ds.get('app_ac_pin'))
    64 ##da['app_ac_pin'] = pin
    65 ##da['app_ac_date'] = current
    66 ##apdoc.edit(mapping = da)
    67 
    68 
    69 # now display the passport form with jamb-data readonly
    70 ##return context.REQUEST.RESPONSE.redirect("%s/application_form" % (student.application.absolute_url()))
    71 ##return student.application_form()
    72 
    7351return
    7452
Note: See TracChangeset for help on using the changeset viewer.