- Timestamp:
- 1 Sep 2016, 03:58:57 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/browser.py
r14105 r14141 156 156 157 157 def _show_pastq_putme(self): 158 return self.target.startswith('ase') \ 159 and self.context.state in ('paid', 'submitted') \ 160 and getattr(self.context, 'course1') is not None 158 #return self.target.startswith('ase') \ 159 # and self.context.state in ('paid', 'submitted') \ 160 # and getattr(self.context, 'course1') is not None 161 return False 161 162 162 163 @property
Note: See TracChangeset for help on using the changeset viewer.