Changeset 15487 for main


Ignore:
Timestamp:
5 Jul 2019, 11:36:40 (5 years ago)
Author:
Henrik Bettermann
Message:

Show URLs to pre applicants.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/applicants/browser.py

    r15486 r15487  
    163163
    164164    def _show_pastq_putme(self):
    165         return self.target.startswith('ase') \
     165        return self.target.startswith('pre') \
    166166               and self.context.state in ('paid', 'submitted') \
    167167               and getattr(self.context, 'course1') is not None
Note: See TracChangeset for help on using the changeset viewer.