Ignore:
Timestamp:
26 Oct 2017, 07:05:37 (7 years ago)
Author:
Henrik Bettermann
Message:

Increase allowed file size.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/students/viewlets.py

    r13856 r14881  
    9898    label = _(u'Acceptance Letter')
    9999    title = _(u'Acceptance Letter Scan')
    100     mus = 1024 * 150
     100    mus = 1024 * 250
    101101    download_name = u'acc_let'
    102102    tab_redirect = '?tab2'
     
    127127    label = _(u'LGA Identification')
    128128    title = _(u'LGA Identification Scan')
    129     mus = 1024 * 150
     129    mus = 1024 * 250
    130130    download_name = u'lga_ident'
    131131
     
    155155    label = _(u'First Sitting Result')
    156156    title = _(u'First Sitting Result Scan')
    157     mus = 1024 * 150
     157    mus = 1024 * 250
    158158    download_name = u'fst_sit_scan'
    159159
     
    183183    label = _(u'Second Sitting Result')
    184184    title = _(u'Second Sitting Result Scan')
    185     mus = 1024 * 150
     185    mus = 1024 * 250
    186186    download_name = u'scd_sit_scan'
    187187
     
    211211    label = _(u'Higher Qualification Result')
    212212    title = _(u'Higher Qualification Result Scan')
    213     mus = 1024 * 150
     213    mus = 1024 * 250
    214214    download_name = u'hq_scan'
    215215
     
    239239    label = _(u'Second Higher Qualification Result')
    240240    title = _(u'Second Higher Qualification Result Scan')
    241     mus = 1024 * 150
     241    mus = 1024 * 250
    242242    download_name = u'hq_scan2'
    243243
     
    271271    label = _(u'Advanced Level Result')
    272272    title = _(u'Advanced Level Result Scan')
    273     mus = 1024 * 150
     273    mus = 1024 * 250
    274274    download_name = u'alr_scan'
    275275
     
    299299    label = _(u'Certificate')
    300300    title = _(u'Certificate Scan')
    301     mus = 1024 * 150
     301    mus = 1024 * 250
    302302    download_name = u'cert'
    303303
     
    327327    label = _(u'Second Certificate')
    328328    title = _(u'Second Certificate Scan')
    329     mus = 1024 * 150
     329    mus = 1024 * 250
    330330    download_name = u'cert2'
    331331
     
    359359    label = _(u'Third Certificate')
    360360    title = _(u'Third Certificate Scan')
    361     mus = 1024 * 150
     361    mus = 1024 * 250
    362362    download_name = u'cert3'
    363363
     
    391391    label = _(u'Evidence of Name')
    392392    title = _(u'Evidence of Name Scan')
    393     mus = 1024 * 150
     393    mus = 1024 * 250
    394394    download_name = u'evid'
    395395
     
    419419    label = _(u'Result Statement')
    420420    title = _(u'Result Statement Scan')
    421     mus = 1024 * 150
     421    mus = 1024 * 250
    422422    download_name = u'res_stat'
    423423
     
    447447    label = _(u'Guarantor/Referee Letter')
    448448    title = _(u'Guarantor/Referee Letter Scan')
    449     mus = 1024 * 150
     449    mus = 1024 * 250
    450450    download_name = u'ref_let'
    451451
     
    475475    label = _(u'Second Referee Letter')
    476476    title = _(u'Second Referee Letter Scan')
    477     mus = 1024 * 150
     477    mus = 1024 * 250
    478478    download_name = u'ref_let2'
    479479
     
    507507    label = _(u'Third Referee Letter')
    508508    title = _(u'Third Referee Letter Scan')
    509     mus = 1024 * 150
     509    mus = 1024 * 250
    510510    download_name = u'ref_let3'
    511511
     
    539539    label = _(u'Affidavit of Good Conduct')
    540540    title = _(u'Affidavit of Good Conduct Scan')
    541     mus = 1024 * 150
     541    mus = 1024 * 250
    542542    download_name = u'stat_dec'
    543543
     
    567567    label = _(u'Letter of Admission')
    568568    title = _(u'Letter of Admission Scan')
    569     mus = 1024 * 150
     569    mus = 1024 * 250
    570570    download_name = u'admission_let'
    571571
Note: See TracChangeset for help on using the changeset viewer.