Changeset 541 for WAeUP_SRP


Ignore:
Timestamp:
20 Sep 2006, 13:54:07 (18 years ago)
Author:
joachim
Message:

changed button text to Apply

File:
1 edited

Legend:

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

    r540 r541  
    5050        if is_valid and app_doc.passport is not None:
    5151            psm = 'You successfully uploaded your passport image.'
    52             args = {'apply_button': 'Save and Apply',}
     52            args = {'apply_button': 'Apply',}
    5353        else:
    5454            psm = "You didn't upload a passport image."
     
    6464            args = {}
    6565            if 'apply_admission' not in REQUEST.form:
    66                 args = {'apply_button': 'Save and Apply',}
     66                args = {'apply_button': 'Apply',}
    6767                psm = 'You successfully uploaded your passport image.'
    6868            else:
Note: See TracChangeset for help on using the changeset viewer.