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()
|
||||
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."),
|
||||
|
|
Loading…
Reference in a new issue