Fix flake8 check about line length

This commit is contained in:
Baptiste Jonglez 2020-05-18 14:02:41 +02:00
parent 4e15dcb407
commit f77c498cb0

View file

@ -343,8 +343,10 @@ def remind_password():
remind_message, remind_message,
"", "",
_( _(
"Sorry, there was an error while sending you an email with password reset instructions. " "Sorry, there was an error while sending you an email "
"Please check the email configuration of the server or contact the administrator." "with password reset instructions. "
"Please check the email configuration of the server "
"or contact the administrator."
), ),
) )
if success: if success:
@ -601,7 +603,8 @@ def invite():
_("Your invitations have been sent"), _("Your invitations have been sent"),
_( _(
"Sorry, there was an error while trying to send the invitation emails. " "Sorry, there was an error while trying to send the invitation emails. "
"Please check the email configuration of the server or contact the administrator." "Please check the email configuration of the server "
"or contact the administrator."
), ),
) )
if success: if success: