Add missing divs
This commit is contained in:
parent
ffde015c31
commit
9f86f44569
1 changed files with 4 additions and 0 deletions
|
@ -79,6 +79,8 @@
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
{% if generic_payment_details %}
|
{% if generic_payment_details %}
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-sm-8">
|
||||||
<p>
|
<p>
|
||||||
<strong>{% trans "Product" %}:</strong>
|
<strong>{% trans "Product" %}:</strong>
|
||||||
{{ generic_payment_details.product_name }}
|
{{ generic_payment_details.product_name }}
|
||||||
|
@ -95,6 +97,7 @@
|
||||||
<strong class="pull-right">Yes</strong>
|
<strong class="pull-right">Yes</strong>
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
</div>
|
||||||
<div class="col-sm-12">
|
<div class="col-sm-12">
|
||||||
<hr class="thin-hr">
|
<hr class="thin-hr">
|
||||||
</div>
|
</div>
|
||||||
|
@ -154,6 +157,7 @@
|
||||||
<strong class="text-uppercase align-center">{% trans "Your Price in Total" %}</strong>
|
<strong class="text-uppercase align-center">{% trans "Your Price in Total" %}</strong>
|
||||||
<strong class="total-price pull-right">{{generic_payment_details.amount|floatformat:2|intcomma}} CHF</strong>
|
<strong class="total-price pull-right">{{generic_payment_details.amount|floatformat:2|intcomma}} CHF</strong>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p>
|
<p>
|
||||||
<strong>{% trans "Product" %}:</strong>
|
<strong>{% trans "Product" %}:</strong>
|
||||||
|
|
Loading…
Reference in a new issue