Changeset 13497 for main/waeup.uniben/trunk/src
- Timestamp:
- 25 Nov 2015, 16:45:25 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py
r13491 r13497 78 78 stage = bt.split('_')[2] 79 79 #################################################################################### 80 if stage in ('fi', 're'):81 return _("Accommodation booking for returning and final year students has not yet started.")80 #if stage in ('fi', 're'): 81 # return _("Accommodation booking for returning and final year students has not yet started.") 82 82 #################################################################################### 83 83 if stage != 'fr' and not student['studycourse'].previous_verdict in ('A', 'B'):
Note: See TracChangeset for help on using the changeset viewer.