Ignore:
Timestamp:
23 Jan 2020, 12:25:29 (5 years ago)
Author:
Henrik Bettermann
Message:

Provide components for file uploads in the applicants section.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/utils.py

    r15941 r15943  
    4848      }
    4949
    50     #: A tuple of names of files to be copied over
    51     #: to students section.
    52     FILENAMES = ('testfile.pdf',)
     50    #: A tuple of tuple of file names to be uploaded by applicants and copied
     51    #: over to the students section.
     52    ADDITIONAL_FILES = (('Test File','testfile.pdf'),)
    5353
    5454    def setPaymentDetails(self, container, payment, applicant):
Note: See TracChangeset for help on using the changeset viewer.