Ignore:
Timestamp:
11 Oct 2021, 06:24:49 (3 years ago)
Author:
Henrik Bettermann
Message:

Allow passport picture upload.

File:
1 edited

Legend:

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

    r16548 r16675  
    108108        """False if applicants are not allowed to edit uploaded pictures.
    109109        """
    110         return container.with_picture and \
    111             not container.prefix.startswith('utme') and \
    112             not container.prefix.startswith('ude')
     110        # see ticket #656
     111        #return container.with_picture and \
     112        #    not container.prefix.startswith('utme') and \
     113        #    not container.prefix.startswith('ude')
     114        return True
Note: See TracChangeset for help on using the changeset viewer.