ojengwa / django-simple-captcha

Automatically exported from code.google.com/p/django-simple-captcha
MIT License
1 stars 0 forks source link

the location of input and captcha can be customized #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

In different countries have different habits in China are accustomed to
Captcha back in the Input

What is the expected output? What do you see instead?
fields.py
35:  return mark_safe(ret + super(CaptchaTextInput, self).render(name,
value, attrs=attrs))

if settings.CAPTCHA_IMAGE_ORDER:
    return mark_safe(ret + super(CaptchaTextInput, self).render(name,
value, attrs=attrs))
ESLE:
    return mark_safe(super(CaptchaTextInput, self).render(name, value,
attrs=attrs) + ret)

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by gnu...@gmail.com on 13 Jun 2009 at 2:54

GoogleCodeExporter commented 9 years ago
Thank you for your feedback and the patch. This is applied as of r26. Set 
settings.CAPTCHA_IMAGE_BEFORE_FIELD to False to enable this feature

Original comment by mbonetti on 14 Jun 2009 at 9:19

GoogleCodeExporter commented 9 years ago
Thank you for your feedback and the patch. This is applied as of r26. Set 
settings.CAPTCHA_IMAGE_BEFORE_FIELD to False to enable this feature

Original comment by mbonetti on 14 Jun 2009 at 9:19