From e50c2b5187a091c27820b0dfcd906553f4918fa3 Mon Sep 17 00:00:00 2001 From: Glandos Date: Tue, 25 Jan 2022 22:20:48 +0100 Subject: [PATCH] format --- ihatemoney/forms.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ihatemoney/forms.py b/ihatemoney/forms.py index 40b55b58..bbdef334 100644 --- a/ihatemoney/forms.py +++ b/ihatemoney/forms.py @@ -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):