[] removed around the vm name
This commit is contained in:
parent
2cd1850f02
commit
ed1f1451ce
4 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@
|
||||||
{% blocktrans %}You have ordered a new virtual machine!{% endblocktrans %}
|
{% blocktrans %}You have ordered a new virtual machine!{% endblocktrans %}
|
||||||
</p>
|
</p>
|
||||||
<p style="line-height: 1.75; font-family: Lato, Arial, sans-serif; font-weight: 300; margin: 0;">
|
<p style="line-height: 1.75; font-family: Lato, Arial, sans-serif; font-weight: 300; margin: 0;">
|
||||||
{% blocktrans %}Your order of [ <strong>{{ vm_name }}</strong> ] has been charged.{% endblocktrans %}
|
{% blocktrans %}Your order of <strong>{{ vm_name }}</strong> has been charged.{% endblocktrans %}
|
||||||
</p>
|
</p>
|
||||||
<p style="line-height: 1.75; font-family: Lato, Arial, sans-serif; font-weight: 300; margin: 0;">
|
<p style="line-height: 1.75; font-family: Lato, Arial, sans-serif; font-weight: 300; margin: 0;">
|
||||||
{% blocktrans %}You can view your VM detail by clicking the button below.{% endblocktrans %}
|
{% blocktrans %}You can view your VM detail by clicking the button below.{% endblocktrans %}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
{% blocktrans %}Your New VM {{vm_name}}{% endblocktrans %}
|
{% blocktrans %}Your New VM {{vm_name}}{% endblocktrans %}
|
||||||
|
|
||||||
{% blocktrans %}You have ordered a new virtual machine!{% endblocktrans %}
|
{% blocktrans %}You have ordered a new virtual machine!{% endblocktrans %}
|
||||||
{% blocktrans %}Your order of [{{vm_name}}] has been charged.{% endblocktrans %}
|
{% blocktrans %}Your order of {{vm_name}} has been charged.{% endblocktrans %}
|
||||||
{% blocktrans %}You can view your VM detail by following the link below.{% endblocktrans %}
|
{% blocktrans %}You can view your VM detail by following the link below.{% endblocktrans %}
|
||||||
|
|
||||||
{{ base_url }}{{ order_url }}
|
{{ base_url }}{{ order_url }}
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding-top: 25px; font-size: 16px;">
|
<td style="padding-top: 25px; font-size: 16px;">
|
||||||
<p style="line-height: 1.75; font-family: Lato, Arial, sans-serif; font-weight: 300; margin: 0;">
|
<p style="line-height: 1.75; font-family: Lato, Arial, sans-serif; font-weight: 300; margin: 0;">
|
||||||
{% blocktrans %}You are receiving this email because your virutal machine [ <strong>{{ vm_name }}</strong> ] has been cancelled.{% endblocktrans %}
|
{% blocktrans %}You are receiving this email because your virutal machine <strong>{{ vm_name }}</strong> has been cancelled.{% endblocktrans %}
|
||||||
</p>
|
</p>
|
||||||
<p style="line-height: 1.75; font-family: Lato, Arial, sans-serif; font-weight: 300; margin: 0;">
|
<p style="line-height: 1.75; font-family: Lato, Arial, sans-serif; font-weight: 300; margin: 0;">
|
||||||
{% blocktrans %}You can always order a new VM by clicking the button below.{% endblocktrans %}
|
{% blocktrans %}You can always order a new VM by clicking the button below.{% endblocktrans %}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{% trans "Virtual Machine Cancellation" %}
|
{% trans "Virtual Machine Cancellation" %}
|
||||||
|
|
||||||
{% 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 following the link below.{% endblocktrans %}
|
{% blocktrans %}You can always order a new VM by following the link below.{% endblocktrans %}
|
||||||
|
|
||||||
{{ base_url }}{% url 'hosting:create_virtual_machine' %}
|
{{ base_url }}{% url 'hosting:create_virtual_machine' %}
|
||||||
|
|
Loading…
Reference in a new issue