mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 05:53:43 +00:00
python: Merge concatenated string literals that Black would uglify.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
d8d0e7dfff
commit
5028c081cb
@@ -156,9 +156,7 @@ class HomepageForm(forms.Form):
|
||||
from_multiuse_invite = self.from_multiuse_invite
|
||||
|
||||
if realm is None:
|
||||
raise ValidationError(_("The organization you are trying to "
|
||||
"join using {email} does not "
|
||||
"exist.").format(email=email))
|
||||
raise ValidationError(_("The organization you are trying to join using {email} does not exist.").format(email=email))
|
||||
|
||||
if not from_multiuse_invite and realm.invite_required:
|
||||
raise ValidationError(_("Please request an invite for {email} "
|
||||
|
||||
Reference in New Issue
Block a user