Right adjust price
This commit is contained in:
parent
385fb6f075
commit
1cc6d08fed
|
@ -51,7 +51,9 @@
|
|||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
{{ product.price|currency }}
|
||||
<div class="pull-right">
|
||||
{{ product.price|currency }}
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue