Ignore:
Timestamp:
28 Jun 2020, 18:01:52 (4 years ago)
Author:
Henrik Bettermann
Message:

Ease customization.

File:
1 edited

Legend:

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

    r16059 r16134  
    120120        """
    121121        return "%s - %s" % (value.code, value.title)
     122
     123    def isPictureEditable(self, container):
     124        """False if applicants are not allowed to edit uploaded pictures.
     125        """
     126        return container.with_picture
Note: See TracChangeset for help on using the changeset viewer.