This commit is contained in:
Glandos 2022-01-25 22:20:48 +01:00
parent e7830b9ac3
commit e50c2b5187

View file

@ -247,8 +247,7 @@ class ProjectForm(EditProjectForm):
class ProjectFormWithCaptcha(ProjectForm): class ProjectFormWithCaptcha(ProjectForm):
captcha = StringField( captcha = StringField(
_("Which is a real currency: Euro or Petro dollar?"), _("Which is a real currency: Euro or Petro dollar?"), default=""
default=""
) )
def validate_captcha(form, field): def validate_captcha(form, field):