Changeset 5532


Ignore:
Timestamp:
27 Sep 2010, 14:43:34 (14 years ago)
Author:
Henrik Bettermann
Message:

do not require names

File:
1 edited

Legend:

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

    r4550 r5532  
    132132                logger.info('%s requested clearance with documents missing' % (student_id))
    133133                psm = "You have not uploaded all necessary documents to request clearance!"
    134             elif not clear_doc.firstname or not clear_doc.lastname:
    135                 logger.info('%s requested clearance without confirming name' % (student_id))
    136                 psm = "Please fill the name fields! First and last name are required. "
     134            #elif not clear_doc.firstname or not clear_doc.lastname:
     135            #    logger.info('%s requested clearance without confirming name' % (student_id))
     136            #    psm = "Please fill the name fields! First and last name are required. "
    137137            else:
    138138                logger.info('%s requested clearance' % (student_id))
Note: See TracChangeset for help on using the changeset viewer.