shaoyh/django-simple-captcha

Field label do not supported

Closed this issue · 2 comments

What steps will reproduce the problem?
1. Create new form class
class myForm():
    captcha = CaptchaField(label='Protection Code')

2.  Render new form in template

What is the expected output?

Protection code:  [captcha]

What do you see instead?

Captcha: [captcha]

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

Django 1.3
dkango-simple-captcha 0.3.0

Original issue reported on code.google.com by dmdp...@gmail.com on 28 Jul 2011 at 4:23

I already found a problem in my code. This issue is invalid.

Original comment by dmdp...@gmail.com on 28 Jul 2011 at 9:23

Okay, thank you for the feedback.

Original comment by mbonetti on 28 Jul 2011 at 9:32

  • Changed state: Invalid