vm name bold in email

This commit is contained in:
Arvind Tiwari 2017-09-27 04:24:22 +05:30
commit 313b32e098
5 changed files with 31 additions and 17 deletions

View file

@ -26,7 +26,7 @@
<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;">
{% blocktrans %}You have ordered a new virtual machine!{% endblocktrans %}<br>
{% blocktrans %}Your order of [{{ vm_name }}] has been charged.{% endblocktrans %}<br>
{% blocktrans %}Your order of [ <strong>{{ vm_name }}</strong> ] has been charged.{% endblocktrans %}<br>
{% blocktrans %}You can view your VM detail by clicking the button below.{% endblocktrans %}
</p>
</td>

View file

@ -25,7 +25,7 @@
<tr>
<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;">
{% blocktrans %}You are receiving this email because your virutal machine [{{ vm_name }}] has been cancelled.{% endblocktrans %}<br>
{% blocktrans %}You are receiving this email because your virutal machine [ <strong>{{ vm_name }}</strong> ] has been cancelled.{% endblocktrans %}<br>
{% blocktrans %}You can always order a new VM by clicking the button below.{% endblocktrans %}
</p>
</td>