Ignore:
Timestamp:
7 Mar 2016, 05:51:42 (9 years ago)
Author:
Henrik Bettermann
Message:

Remove "Not yet financially cleared" notice.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/students/browser.py

    r13712 r13760  
    326326"""
    327327
    328 not_cleared_note = """
    329 <br /><br /><br />
    330 <strong>Not yet financially cleared.</strong>
    331 
    332 """
    333 
    334328class NigeriaExportPDFFinancialClearancePage(UtilityView, grok.View):
    335329    """Deliver a PDF financial clearance slip.
     
    374368                        "%Y-%m-%d %H:%M:%S")
    375369            except ValueError:
    376                 return not_cleared_note
     370                return
    377371            return cleared_note % (
    378372                timestamp, self.context.financially_cleared_by)
    379         return not_cleared_note
     373        return
    380374
    381375    @property
Note: See TracChangeset for help on using the changeset viewer.