Changeset 8829
- Timestamp:
- 27 Jun 2012, 09:00:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/interswitch/browser.py
r8743 r8829 302 302 self.redirect(self.url(self.context, '@@index')) 303 303 return 304 if self.context.__parent__.__parent__.expired: 304 if self.context.__parent__.__parent__.expired \ 305 and self.context.__parent__.__parent__.strict_deadline: 305 306 self.flash(_("Payment ticket can't be send to CollegePAY. " 306 307 "Application period has expired."))
Note: See TracChangeset for help on using the changeset viewer.