Changeset 14821


Ignore:
Timestamp:
30 Aug 2017, 06:05:44 (7 years ago)
Author:
Henrik Bettermann
Message:

Enable past question download.

File:
1 edited

Legend:

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

    r14168 r14821  
    158158
    159159    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 None
    163         return False
     160        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
    164164
    165165    @property
Note: See TracChangeset for help on using the changeset viewer.