mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 12:41:49 +02:00
format
This commit is contained in:
parent
e7830b9ac3
commit
e50c2b5187
1 changed files with 1 additions and 2 deletions
|
@ -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):
|
||||||
|
|
Loading…
Reference in a new issue