Changeset 17810 for main/waeup.kofa/trunk
- Timestamp:
- 6 Jun 2024, 11:09:32 (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py
r17650 r17810 2968 2968 if not getUtility(IStudentsUtils).allowPortraitChange(self.context): 2969 2969 emit_lock_message(self, 2970 _('Th is form is locked. You are in the wrong state.'))2970 _('The requested form is locked.')) 2971 2971 return 2972 2972 super(StudentFilesUploadPage, self).update()
Note: See TracChangeset for help on using the changeset viewer.