Changeset 11600 for main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Timestamp:
- 24 Apr 2014, 06:50:46 (11 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser.py
r11599 r11600 730 730 if self.context.__parent__.special \ 731 731 and self.context.__parent__.state != SUBMITTED: 732 self.flash(_('Please pay and submitbefore '733 'trying to download payment slips.') )732 self.flash(_('Please submit the application form before ' 733 'trying to download payment slips.'), type='warning') 734 734 self.redirect(self.url(self.context)) 735 735 return -
main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_browser.py
r11599 r11600 507 507 self.browser.open(self.slip_path) 508 508 self.assertTrue( 509 'Please pay and submit before trying to download the application slip.' 509 'Please submit the application form before ' 510 'trying to download the application slip.' 510 511 in self.browser.contents) 511 512 # If applicant is in correct state the pdf slip can be opened.
Note: See TracChangeset for help on using the changeset viewer.