django-simple-captcha icon indicating copy to clipboard operation
django-simple-captcha copied to clipboard

If enabled USE_ETAGS in settings we get UnicodeError instead captcha image

Open zraurum opened this issue 9 years ago • 0 comments

We just need to add empty Etag to our captcha_image view: response['Etag'] = ''

zraurum avatar Nov 16 '15 12:11 zraurum