diff --git a/hosting/views.py b/hosting/views.py
index 59239b96..6e143760 100644
--- a/hosting/views.py
+++ b/hosting/views.py
@@ -307,7 +307,7 @@ class SignupValidatedView(SignupValidateView, HostingContextMixin):
email.send()
else:
home_url = 'Data Center Light'
message = '{sorry_message}
{go_back_to} {hurl}'.format(
sorry_message=_("Sorry. Your request is invalid."),