- Timestamp:
- 3 Jul 2014, 05:22:16 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser.py
r11657 r11726 629 629 factory = u'waeup.ApplicantOnlinePayment' 630 630 631 @property 632 def custom_requirements(self): 633 return '' 634 631 635 def update(self): 636 # Additional requirements in custom packages. 637 if self.custom_requirements: 638 self.flash( 639 self.custom_requirements, 640 type='danger') 641 self.redirect(self.url(self.context)) 632 642 if not self.context.special: 633 643 for key in self.context.keys():
Note: See TracChangeset for help on using the changeset viewer.