- Timestamp:
- 28 Jun 2020, 18:01:52 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/utils.py
r16059 r16134 120 120 """ 121 121 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.