Fix link in signup message

This commit is contained in:
PCoder 2018-04-07 13:16:36 +02:00
parent 7b1cb975df
commit 698cf7f1ee

View file

@ -307,7 +307,7 @@ class SignupValidatedView(SignupValidateView, HostingContextMixin):
email.send()
else:
home_url = '<a href="' + \
reverse('datacenterlight:index') + \
reverse('datacenterlight:cms_index') + \
'">Data Center Light</a>'
message = '{sorry_message} <br />{go_back_to} {hurl}'.format(
sorry_message=_("Sorry. Your request is invalid."),