Message6102
 
 
 
 
  | Realised that tal code is calling a function that I added to my
extensions/template.py file.
Add:
def set_form_wins(client,value):
    '''set client's form_wins attribute to the boolean value
       passed in.
    '''
    client.form_wins=value
to the file and add:
    instance.registerUtil('set_form_wins', set_form_wins)
to the init() function in the file. |  |
 
| Date | User | Action | Args |  | 2018-07-07 22:39:44 | rouilj | set | messageid: <1531003184.96.0.56676864532.issue2550964@psf.upfronthosting.co.za> |  | 2018-07-07 22:39:44 | rouilj | set | recipients:
  + rouilj |  | 2018-07-07 22:39:44 | rouilj | link | issue2550964 messages |  | 2018-07-07 22:39:44 | rouilj | create |  | 
 |