Changeset 2686 for WAeUP_SRP


Ignore:
Timestamp:
17 Nov 2007, 08:07:27 (17 years ago)
Author:
Henrik Bettermann
Message:

fix getApplicantsStatistics

Location:
WAeUP_SRP/base/skins/waeup_student
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_student/apply_admission_manage_form.pt

    r2685 r2686  
    2828            </tr>
    2929            <tr>
    30               <td>Admitted Applicants (status admitted):</td>
     30              <td>All Applicants (status admitted):</td>
    3131              <td><span tal:replace="info_applicants/admitted" /></td> 
    3232            </tr>
    3333            <tr>
    34               <td>Non-admitted Applicants (status not admitted):</td>
    35               <td><span tal:replace="info_applicants/not_admitted" /></td> 
    36             </tr>                       
    37 
    38             <tr>
    39               <td>Student Records Created (status created):</td>
     34              <td>All Applicants (status student record created):</td>
    4035              <td><span tal:replace="info_applicants/created" /></td>
    4136            </tr>           
     37            <tr>
     38              <td>All Applicants (status not admitted):</td>
     39              <td><span tal:replace="info_applicants/not_admitted" /></td> 
     40            </tr>   
    4241            </table>           
    4342           
     
    6867                   
    6968                   
    70                    
    71                    
    72                    
    7369            <input type="submit" class="standalone"
    7470                   name="edit"
    7571                   value="Save"
    7672                   />                   
    77                    
    78                    
    79                    
    80                    
    8173                   
    8274            <br /><br />
  • WAeUP_SRP/base/skins/waeup_student/getApplicantsStatistics.py

    r2685 r2686  
    3030info['submitted_pume'] = len(res_submitted_pume)
    3131info['admitted'] = len(res_admitted)
    32 info['not_admitted'] = len(res_not_admitted_pume)
     32info['not_admitted'] = len(res_not_admitted)
    3333info['submitted_pde'] = len(res_submitted_pde)
    3434info['created'] = len(res_created)
  • WAeUP_SRP/base/skins/waeup_student/start_clearance.py

    r2661 r2686  
    6161    error = True
    6262    logger.info('%s entered wrong clearance pin' % (info['id']))
    63 elif app_doc.passport is None:
     63elif False    #app_doc.passport is None:
    6464    #psm = "You must upload your passport picture before you can start the registration process!"
    6565    #error = True
Note: See TracChangeset for help on using the changeset viewer.