Updated new vm email template
This commit is contained in:
parent
a98832c6d3
commit
8ac8b25d78
2 changed files with 5 additions and 10 deletions
|
|
@ -2,11 +2,10 @@
|
|||
{% load i18n %}
|
||||
{% block email_head %}{{page_header}}{% endblock %}
|
||||
{% block email_body %}
|
||||
{% url 'hosting:orders' order.id as order_url %}
|
||||
{% blocktrans with vm.name as vm_name %}You have ordered a new virtual machine!
|
||||
Your order of [{{vm_name}}] has been charged.
|
||||
|
||||
You can view your invoice by clicking the link below.
|
||||
|
||||
You can view your invoice here.
|
||||
{% endblocktrans %}
|
||||
{{ base_url }}{{order_url}}
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue