Updated new vm email template

This commit is contained in:
PCoder 2017-09-04 12:32:53 +05:30
commit 8ac8b25d78
2 changed files with 5 additions and 10 deletions

View file

@ -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 %}