Ignore:
Timestamp:
11 Sep 2019, 07:15:08 (5 years ago)
Author:
Henrik Bettermann
Message:

The view is self in this case.

File:
1 edited

Legend:

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

    r15581 r15583  
    901901            return self.redirect(self.url(self.context))
    902902        except LayoutError, err:
    903             view.flash(
     903            self.flash(
    904904                'PDF file could not be created. Reportlab error message: %s'
    905905                % escape(err.message),
Note: See TracChangeset for help on using the changeset viewer.