- Timestamp:
- 7 Mar 2016, 05:51:42 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/students/browser.py
r13712 r13760 326 326 """ 327 327 328 not_cleared_note = """329 <br /><br /><br />330 <strong>Not yet financially cleared.</strong>331 332 """333 334 328 class NigeriaExportPDFFinancialClearancePage(UtilityView, grok.View): 335 329 """Deliver a PDF financial clearance slip. … … 374 368 "%Y-%m-%d %H:%M:%S") 375 369 except ValueError: 376 return not_cleared_note370 return 377 371 return cleared_note % ( 378 372 timestamp, self.context.financially_cleared_by) 379 return not_cleared_note373 return 380 374 381 375 @property
Note: See TracChangeset for help on using the changeset viewer.