Added per month text for price

This commit is contained in:
M.Ravi 2017-09-06 23:49:38 +02:00
parent 2a9b208719
commit df23862ea1

View file

@ -109,7 +109,7 @@
<hr> <hr>
<p><b>{% trans "Disk space"%}</b> <span class="pull-right">{{vm.disk_size}} GB</span></p> <p><b>{% trans "Disk space"%}</b> <span class="pull-right">{{vm.disk_size}} GB</span></p>
<hr> <hr>
<h4>{% trans "Total"%}<p class="pull-right"><b>{{vm.price}} CHF</b></p></h4> <h4>{% trans "Total"%}<p class="pull-right"><b>{{vm.price}} CHF</b><span class="dcl-price-month"> /{% trans "Month" %}</span></p></h4>
{% endif %} {% endif %}
</div> </div>
<br/> <br/>