shaoyh / django-simple-captcha

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

Field label do not supported #53

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Okay, thank you for the feedback.

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