Changeset 17814
- Timestamp:
- 7 Jun 2024, 09:34:16 (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py
r17807 r17814 817 817 #: A tuple containing the names of registration states in which changing of 818 818 #: passport pictures is allowed. 819 PORTRAIT_CHANGE_STATES = (CLEARANCE, ADMITTED )819 PORTRAIT_CHANGE_STATES = (CLEARANCE, ADMITTED, REQUESTED) 820 820 821 821 def allowPortraitChange(self, student):
Note: See TracChangeset for help on using the changeset viewer.