Ignore:
Timestamp:
25 Nov 2015, 16:45:25 (9 years ago)
Author:
Henrik Bettermann
Message:

Enable accommodation booking for returning and final year students.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py

    r13491 r13497  
    7878        stage = bt.split('_')[2]
    7979        ####################################################################################
    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.")
    8282        ####################################################################################
    8383        if stage != 'fr' and not student['studycourse'].previous_verdict in ('A', 'B'):
Note: See TracChangeset for help on using the changeset viewer.