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):
captcha = StringField(
_("Which is a real currency: Euro or Petro dollar?"),
default=""
_("Which is a real currency: Euro or Petro dollar?"), default=""
)
def validate_captcha(form, field):