From: Guillaume Pellerin Date: Wed, 3 Feb 2016 21:51:44 +0000 (+0100) Subject: no help_text for captcha X-Git-Tag: 1.1~148 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=263fe79133e7aae740a5a6dc30c18ef80e8ef056;p=teleforma.git no help_text for captcha --- diff --git a/teleforma/forms.py b/teleforma/forms.py index 7d62779b..1f90cdd6 100644 --- a/teleforma/forms.py +++ b/teleforma/forms.py @@ -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