Changeset 14821 for main/waeup.uniben/trunk/src/waeup/uniben
- Timestamp:
- 30 Aug 2017, 06:05:44 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/browser.py
r14168 r14821 158 158 159 159 def _show_pastq_putme(self): 160 #return self.target.startswith('ase') \161 #and self.context.state in ('paid', 'submitted') \162 #and getattr(self.context, 'course1') is not None163 return False160 return self.target.startswith('ase') \ 161 and self.context.state in ('paid', 'submitted') \ 162 and getattr(self.context, 'course1') is not None 163 # return False 164 164 165 165 @property
Note: See TracChangeset for help on using the changeset viewer.