Ignore:
Timestamp:
1 Sep 2016, 03:58:57 (8 years ago)
Author:
Henrik Bettermann
Message:

Add first and second sitting fields to UG interfaces.

File:
1 edited

Legend:

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

    r14105 r14141  
    156156
    157157    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
    161162
    162163    @property
Note: See TracChangeset for help on using the changeset viewer.