- Timestamp:
- 26 Jul 2012, 06:18:41 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser.py
r9047 r9051 707 707 708 708 def update(self): 709 if self.context.state in ('initialized', 'started' ):709 if self.context.state in ('initialized', 'started', 'paid'): 710 710 self.flash( 711 _('Please pay before trying to download the application slip.'))711 _('Please pay and submit before trying to download the application slip.')) 712 712 return self.redirect(self.url(self.context)) 713 713 return
Note: See TracChangeset for help on using the changeset viewer.