Added OS configuration to the Order Confirmation page

This commit is contained in:
PCoder 2017-07-01 02:16:24 +05:30
commit 285ce2e710
2 changed files with 8 additions and 2 deletions

View file

@ -66,6 +66,8 @@
<hr>
<p><b>{% trans "Disk space"%}</b> <span class="pull-right">{{vm.disk_size}} GB</span></p>
<hr>
<p><b>{% trans "Configuration"%}</b> <span class="pull-right">{{request.session.template.name}}</span></p>
<hr>
<h4>{% trans "Total"%}<p class="pull-right"><b>{{vm.price}} CHF</b></p></h4>
{% endwith %}
</div>