Changeset 11726
- Timestamp:
- 3 Jul 2014, 05:22:16 (11 years ago)
- Location:
- main/waeup.kofa/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/CHANGES.txt
r11722 r11726 4 4 1.3dev (unreleased) 5 5 =================== 6 7 * Option for additional passport upload requirements added. 6 8 7 9 * Remove unused rowadd javascript function. -
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.