Fix link in signup message
This commit is contained in:
parent
7b1cb975df
commit
698cf7f1ee
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ class SignupValidatedView(SignupValidateView, HostingContextMixin):
|
||||||
email.send()
|
email.send()
|
||||||
else:
|
else:
|
||||||
home_url = '<a href="' + \
|
home_url = '<a href="' + \
|
||||||
reverse('datacenterlight:index') + \
|
reverse('datacenterlight:cms_index') + \
|
||||||
'">Data Center Light</a>'
|
'">Data Center Light</a>'
|
||||||
message = '{sorry_message} <br />{go_back_to} {hurl}'.format(
|
message = '{sorry_message} <br />{go_back_to} {hurl}'.format(
|
||||||
sorry_message=_("Sorry. Your request is invalid."),
|
sorry_message=_("Sorry. Your request is invalid."),
|
||||||
|
|
Loading…
Reference in a new issue