Changeset 116

Show
Ignore:
Timestamp:
09/22/07 17:16:01
Author:
thejimmyg
Message:

Applying Alberto Pose's fix for a custom form template

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • AuthKit/branches/0.4/authkit/authenticate/form.py

    r114 r116  
    115115    ) 
    116116    charset=auth_conf.get('charset') 
    117     return app, {'authfunc':authfunc, 'template':template, 'charset':charset}, None 
     117    return app, {'authfunc':authfunc, 'template':template_, 'charset':charset}, None 
    118118 
    119119def make_form_handler(