Changeset 17458 for main/waeup.kofa/trunk/src/waeup/kofa/students
- Timestamp:
- 27 Jun 2023, 09:35:46 (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py
r17335 r17458 857 857 omit_fields=self.omit_fields) 858 858 859 860 859 class ExportPDFClearanceSlip(grok.View): 861 860 """Deliver a PDF slip of the context. … … 1084 1083 '/contactstudent?%s' % urlencode(args)) 1085 1084 return 1086 1087 1085 1088 1086 class StudentPersonalDisplayFormPage(KofaDisplayFormPage): … … 2589 2587 yield(dict(name='no', title=_('No favoured hostel'), selected=selected)) 2590 2588 for val in grok.getSite()['hostels'].values(): 2589 if val.special_handling == 'blocked': 2590 continue 2591 2591 selected = '' 2592 2592 if val.hostel_id == self.context.desired_hostel:
Note: See TracChangeset for help on using the changeset viewer.