]> git.parisson.com Git - teleforma.git/commitdiff
no help_text for captcha
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 3 Feb 2016 21:51:44 +0000 (22:51 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 3 Feb 2016 21:51:44 +0000 (22:51 +0100)
teleforma/forms.py

index 7d62779bfadfe81b74e3b9fac51890e02bbf36ba..1f90cdd6d0d772b6c4e9aa1cea2b02a2463e7509 100644 (file)
@@ -15,7 +15,7 @@ class ConferenceForm(ModelForm):
 
 class UserForm(ModelForm):
 
-    captcha = CaptchaField(help_text="Merci de recopier le texte présenté")
+    captcha = CaptchaField()
 
     class Meta:
         model = User