Changeset 9383


Ignore:
Timestamp:
22 Oct 2012, 11:54:37 (12 years ago)
Author:
Henrik Bettermann
Message:

Add cancel button to OnlinePaymentAddFormPage?.

File:
1 edited

Legend:

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

    r9375 r9383  
    13481348        return
    13491349
     1350    @action(_('Cancel'), validator=NullValidator)
     1351    def cancel(self, **data):
     1352        self.redirect(self.url(self.context))
     1353
    13501354class PreviousPaymentAddFormPage(OnlinePaymentAddFormPage):
    13511355    """ Page to add an online payment ticket for previous sessions
Note: See TracChangeset for help on using the changeset viewer.