Changeset 116
- Timestamp:
- 09/22/07 17:16:01
- Files:
-
- AuthKit/branches/0.4/authkit/authenticate/form.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
AuthKit/branches/0.4/authkit/authenticate/form.py
r114 r116 115 115 ) 116 116 charset=auth_conf.get('charset') 117 return app, {'authfunc':authfunc, 'template':template , 'charset':charset}, None117 return app, {'authfunc':authfunc, 'template':template_, 'charset':charset}, None 118 118 119 119 def make_form_handler(
