Ignore:
Timestamp:
26 Jul 2012, 06:18:41 (12 years ago)
Author:
Henrik Bettermann
Message:

Application slips are only available when application form is submitted.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser.py

    r9047 r9051  
    707707
    708708    def update(self):
    709         if self.context.state in ('initialized', 'started'):
     709        if self.context.state in ('initialized', 'started', 'paid'):
    710710            self.flash(
    711                 _('Please pay before trying to download the application slip.'))
     711                _('Please pay and submit before trying to download the application slip.'))
    712712            return self.redirect(self.url(self.context))
    713713        return
Note: See TracChangeset for help on using the changeset viewer.