Changeset 5259


Ignore:
Timestamp:
9 Jul 2010, 19:33:37 (14 years ago)
Author:
Henrik Bettermann
Message:

add pume2 counter

Location:
WAeUP_SRP/trunk/skins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_statistics/getApplicantsStatistics.py

    r5187 r5259  
    2323info = {}
    2424res_submitted_pume = context.applicants_catalog(status = 'submitted', screening_type = 'pume')
     25res_submitted_pume2 = context.applicants_catalog(status = 'submitted', screening_type = 'pume2')
    2526res_submitted_cest = context.applicants_catalog(status = 'submitted', screening_type = 'cest')
    2627res_submitted_sandwich = context.applicants_catalog(status = 'submitted', screening_type = 'sandwich')
     
    3233
    3334info['submitted_pume'] = len(res_submitted_pume)
     35info['submitted_pume2'] = len(res_submitted_pume2)
    3436info['submitted_cest'] = len(res_submitted_cest)
    3537info['submitted_sandwich'] = len(res_submitted_sandwich)
  • WAeUP_SRP/trunk/skins/waeup_student/apply_admission_manage_form.pt

    r5187 r5259  
    2424              <td><span tal:replace="info_applicants/submitted_pume" /></td> 
    2525            </tr>
     26            <tr>
     27              <td>2nd choice PUME Applicants (status submitted):</td>
     28              <td><span tal:replace="info_applicants/submitted_pume2" /></td> 
     29            </tr>           
    2630            <tr>
    2731              <td>PUDE Applicants (status submitted):</td>
Note: See TracChangeset for help on using the changeset viewer.