On 1/6/06, FX <[EMAIL PROTECTED]> wrote: > > Hi Ian, > Thanks for the prompt reply. (which time zone are you in?) I live in Melbourne Australia.
> > I made some modifications to your Django Captcha that might be useful, > so I'm attaching the patch (generated by svn) below. The changes are: > 1. modified to make use of tempfile.mkdtemp() and tempfile.tempdir > instead of "/tmp" to make it OS/platform argnostic. > 2. modified the captcha_class to set context variables instead of > returning hard coded html code, so the template author can use it with > more flexibility > 3. added an empty __init.py__ under zilbo/ so I can use the captcha app > by refering it as zilbo.common.captcha > > patch: > Applied. Thanks for the patch!