Changeset 17089 for main/waeup.aaue


Ignore:
Timestamp:
8 Sep 2022, 09:56:06 (2 years ago)
Author:
Henrik Bettermann
Message:

Lock 2021 and not 2020.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py

    r17077 r17089  
    13691369    def update(self):
    13701370        if self.context.student.current_mode == 'ug_ft' \
    1371             and self.context.student.current_session == 2020:
     1371            and self.context.student.current_session == 2021:
    13721372            emit_lock_message(self)
    13731373            return
Note: See TracChangeset for help on using the changeset viewer.