Changeset 14328 for main/waeup.uniben/trunk/src
- Timestamp:
- 8 Dec 2016, 07:10:10 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py
r14289 r14328 78 78 stage = bt.split('_')[2] 79 79 if not student.is_postgrad and stage != 'fr' and not student[ 80 'studycourse'].previous_verdict in ('A', 'B', 'F', 'J', 'C', 'Z'): 80 'studycourse'].previous_verdict in ( 81 'A', 'B', 'F', 'J', 'M' 'C', 'Z'): 81 82 return _("Your are not eligible to book accommodation.") 82 83 if str(acc_details[
Note: See TracChangeset for help on using the changeset viewer.