Changeset 10571 for main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Timestamp:
- 31 Aug 2013, 14:54:52 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser.py
r10534 r10571 736 736 self.context.__parent__, applicantview, note=self.note) 737 737 738 class ExportPDFPage (UtilityView, grok.View):738 class ExportPDFPageApplicationSlip(UtilityView, grok.View): 739 739 """Deliver a PDF slip of the context. 740 740 """
Note: See TracChangeset for help on using the changeset viewer.