Changeset 15487 for main/waeup.uniben/trunk/src/waeup/uniben
- Timestamp:
- 5 Jul 2019, 11:36:40 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/browser.py
r15486 r15487 163 163 164 164 def _show_pastq_putme(self): 165 return self.target.startswith(' ase') \165 return self.target.startswith('pre') \ 166 166 and self.context.state in ('paid', 'submitted') \ 167 167 and getattr(self.context, 'course1') is not None
Note: See TracChangeset for help on using the changeset viewer.