From 11c1781839beb15ee8e540d5dfb2e13ab2717240 Mon Sep 17 00:00:00 2001 From: Arvind Tiwari Date: Wed, 27 Sep 2017 04:37:02 +0530 Subject: [PATCH] fix for gmail autoformatiing --- .../datacenterlight/emails/user_activation.html | 8 +++++--- .../templates/datacenterlight/emails/welcome_user.html | 6 ++++-- hosting/templates/hosting/emails/new_booked_vm.html | 10 +++++++--- .../templates/hosting/emails/password_reset_email.html | 9 ++++++--- hosting/templates/hosting/emails/vm_canceled.html | 8 +++++--- 5 files changed, 27 insertions(+), 14 deletions(-) diff --git a/datacenterlight/templates/datacenterlight/emails/user_activation.html b/datacenterlight/templates/datacenterlight/emails/user_activation.html index 1ef82e35..7008c1a1 100644 --- a/datacenterlight/templates/datacenterlight/emails/user_activation.html +++ b/datacenterlight/templates/datacenterlight/emails/user_activation.html @@ -25,8 +25,10 @@

- {% 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 %}
+ {% 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}} @@ -35,7 +37,7 @@ -

{% trans "Your Data Center Light Team" %}

+

{% trans "Your Data Center Light Team" %}

diff --git a/datacenterlight/templates/datacenterlight/emails/welcome_user.html b/datacenterlight/templates/datacenterlight/emails/welcome_user.html index bb0792d7..e947ac97 100644 --- a/datacenterlight/templates/datacenterlight/emails/welcome_user.html +++ b/datacenterlight/templates/datacenterlight/emails/welcome_user.html @@ -25,7 +25,9 @@

- {% blocktrans %}Thanks for joining us! We provide the most affordable virtual machines from the heart of Switzerland.{% endblocktrans %}
+ {% 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 15CHF per month.{% endblocktrans %}

@@ -37,7 +39,7 @@ -

{% trans "Your Data Center Light Team" %}

+

{% trans "Your Data Center Light Team" %}

diff --git a/hosting/templates/hosting/emails/new_booked_vm.html b/hosting/templates/hosting/emails/new_booked_vm.html index fdf56c76..5eee8ded 100644 --- a/hosting/templates/hosting/emails/new_booked_vm.html +++ b/hosting/templates/hosting/emails/new_booked_vm.html @@ -25,8 +25,12 @@

- {% blocktrans %}You have ordered a new virtual machine!{% endblocktrans %}
- {% blocktrans %}Your order of [ {{ vm_name }} ] has been charged.{% endblocktrans %}
+ {% blocktrans %}You have ordered a new virtual machine!{% endblocktrans %} +

+

+ {% blocktrans %}Your order of [ {{ vm_name }} ] has been charged.{% endblocktrans %} +

+

{% blocktrans %}You can view your VM detail by clicking the button below.{% endblocktrans %}

@@ -38,7 +42,7 @@ -

{% trans "Your Data Center Light Team" %}

+

{% trans "Your Data Center Light Team" %}

diff --git a/hosting/templates/hosting/emails/password_reset_email.html b/hosting/templates/hosting/emails/password_reset_email.html index 1bc4197d..57831228 100644 --- a/hosting/templates/hosting/emails/password_reset_email.html +++ b/hosting/templates/hosting/emails/password_reset_email.html @@ -25,8 +25,11 @@

- {% trans "We received a request to reset your password." %}
- {% trans "If you didn't make this request you can safely ignore this email." %}
+ {% trans "We received a request to reset your password." %} +

+

+ {% trans "If you didn't make this request you can safely ignore this email." %} +

{% trans "Otherwise, click here to reset your password." %}

@@ -40,7 +43,7 @@ -

{% trans "Your Data Center Light Team" %}

+

{% trans "Your Data Center Light Team" %}

diff --git a/hosting/templates/hosting/emails/vm_canceled.html b/hosting/templates/hosting/emails/vm_canceled.html index 6836fc0d..e782eb1c 100644 --- a/hosting/templates/hosting/emails/vm_canceled.html +++ b/hosting/templates/hosting/emails/vm_canceled.html @@ -25,19 +25,21 @@

- {% blocktrans %}You are receiving this email because your virutal machine [ {{ vm_name }} ] has been cancelled.{% endblocktrans %}
+ {% blocktrans %}You are receiving this email because your virutal machine [ {{ vm_name }} ] has been cancelled.{% endblocktrans %} +

+

{% blocktrans %}You can always order a new VM by clicking the button below.{% endblocktrans %}

- {% trans "CREATE VM" %} + {% trans "CREATE VM" %} -

{% trans "Your Data Center Light Team" %}

+

{% trans "Your Data Center Light Team" %}