diff --git a/hosting/templates/hosting/emails/user_activation.html b/hosting/templates/hosting/emails/user_activation.html new file mode 100755 index 0000000..4eaeb7a --- /dev/null +++ b/hosting/templates/hosting/emails/user_activation.html @@ -0,0 +1,59 @@ +{% load static i18n %} + + + +
+ + ++ + | +
+ {% trans "Data Center Light Account Activation" %}+ |
+
+ + {% blocktrans %}You can activate your Data Center Light account by clicking here.{% endblocktrans %} + ++ {% blocktrans %}You can also copy and paste the following link into the address bar of your browser to activate your Data Center Light account.{% endblocktrans %} + ++ {{base_url}}{{activation_link}} + + {% if account_details %} + {% url 'hosting:reset_password' as reset_password_url %} ++ {% trans "Your account details are as follows" %}: + +
+ {% trans "Username" %} : {% trans "Your email address" %} + {% blocktrans %}You can reset your password here.{% endblocktrans %} + + {% endif %} + |
+
+ {% trans "Your Data Center Light Team" %}+ |
+
+ + | +
+ {% trans "Welcome to Data Center Light!" %}+ |
+
+ + {% blocktrans %}Thanks for joining us! We provide the most affordable virtual machines from the heart of Switzerland.{% endblocktrans %} + ++ {% blocktrans %}Try now, order a VM. VM price starts from only 11.5 CHF per month.{% endblocktrans %} + + |
+
+ {% trans "ORDER VM" %} + | +
+ {% trans "Your Data Center Light Team" %}+ |
+