diff --git a/datacenterlight/templates/datacenterlight/index.html b/datacenterlight/templates/datacenterlight/index.html index 93fffa20..ccc47d42 100755 --- a/datacenterlight/templates/datacenterlight/index.html +++ b/datacenterlight/templates/datacenterlight/index.html @@ -294,7 +294,7 @@ -
Copyright © ungleich GmbH {% now "Y" %}. All Rights Reserved
diff --git a/datacenterlight/templates/datacenterlight/pricing.html b/datacenterlight/templates/datacenterlight/pricing.html index 9b217d10..54c7f950 100644 --- a/datacenterlight/templates/datacenterlight/pricing.html +++ b/datacenterlight/templates/datacenterlight/pricing.html @@ -195,24 +195,24 @@Copyright © ungleich GmbH {% now "Y" %}. All Rights Reserved
diff --git a/datacenterlight/views.py b/datacenterlight/views.py index d7b6a3e5..3c8741eb 100644 --- a/datacenterlight/views.py +++ b/datacenterlight/views.py @@ -158,6 +158,7 @@ class BetaAccessView(FormView): email_data = { 'subject': 'DatacenterLight Beta Access Request', 'to': form.cleaned_data.get('email'), + 'from': '(datacenterlight) DatacenterLight Support support@datacenterlight.ch', 'context': context, 'template_name': 'request_access_confirmation', 'template_path': 'datacenterlight/emails/' @@ -171,7 +172,8 @@ class BetaAccessView(FormView): email_data = { 'subject': 'DatacenterLight Beta Access Request', - 'to': 'info@ungleich.ch', + 'to': 'support@datacenterlight.ch', + 'from': '(datacenterlight) DatacenterLight Support support@datacenterlight.ch', 'context': context, 'template_name': 'request_access_notification', 'template_path': 'datacenterlight/emails/' @@ -261,6 +263,7 @@ class IndexView(CreateView): email_data = { 'subject': 'DatacenterLight Beta Access Request', 'to': form.cleaned_data.get('email'), + 'from': '(datacenterlight) DatacenterLight Support support@datacenterlight.ch', 'context': context, 'template_name': 'request_access_confirmation', 'template_path': 'datacenterlight/emails/' @@ -274,7 +277,8 @@ class IndexView(CreateView): email_data = { 'subject': 'DatacenterLight Beta Access Request', - 'to': 'info@ungleich.ch', + 'to': 'support@datacenterlight.ch', + 'from': '(datacenterlight) DatacenterLight Support support@datacenterlight.ch', 'context': context, 'template_name': 'request_access_notification', 'template_path': 'datacenterlight/emails/' diff --git a/hosting/templates/hosting/reset_password.html b/hosting/templates/hosting/reset_password.html index 1590a5bd..33aad944 100644 --- a/hosting/templates/hosting/reset_password.html +++ b/hosting/templates/hosting/reset_password.html @@ -10,6 +10,16 @@