template name

This commit is contained in:
Arvind Tiwari 2017-09-26 03:57:07 +05:30
parent 2a99d053dc
commit 2dbaa1c693

View file

@ -94,7 +94,12 @@
<div>
<h4>{% trans "Order summary" %}</h4>
<p>
<strong>{% trans "Product" %}:</strong> {{vm.name}}
<strong>{% trans "Product" %}:</strong>&nbsp;
{% if vm.name %}
{{ vm.name }}
{% else %}
{{ request.session.template.name }}
{% endif %}
</p>
<div class="row">
<div class="col-sm-6">