Ignore:
Timestamp:
12 Sep 2007, 19:14:22 (17 years ago)
Author:
Henrik Bettermann
Message:

move content from waeup_custom to cps_custom

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_student/apply_pume_manage.py

    r2170 r2217  
    3131
    3232if not context.isSectionOfficer():
    33     return request.RESPONSE.redirect("%s/srp_anonymous_view" % context.absolete_url())
     33    return request.RESPONSE.redirect("%s/srp_anonymous_view" % context.absolute_url())
    3434
    3535#type_name = 'StudentApplication'
     
    106106    context.applicants_catalog.modifyRecord(**data)
    107107    logger.info('%s reset application record of %s' % (member,reg_no))
    108 
     108set_trace()
    109109if edit and reg_no:
    110110    #data['reg_no'] = reg_no
     
    124124                             commit = False,
    125125                            )
    126    
     126
    127127
    128128return context.apply_pume_manage_form(rendered = res,
Note: See TracChangeset for help on using the changeset viewer.