Ignore:
Timestamp:
24 Nov 2016, 06:54:06 (8 years ago)
Author:
Henrik Bettermann
Message:

Hide 'Check Admission' button in alumni portal.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/browser/viewlets.py

    r14288 r14290  
    4040    def link_target(self):
    4141        if self.request.principal.id == 'zope.anybody':
     42            if 'alumni' in self.view.application_url():
     43                return
    4244            return self.view.application_url('applicants') + '/checkstatus'
    4345        return
Note: See TracChangeset for help on using the changeset viewer.