Right adjust price

This commit is contained in:
Víðir Valberg Guðmundsson 2016-05-31 19:36:19 +02:00
parent 385fb6f075
commit 1cc6d08fed

View file

@ -51,7 +51,9 @@
{% endif %}
</td>
<td>
{{ product.price|currency }}
<div class="pull-right">
{{ product.price|currency }}
</div>
</td>
</tr>
{% endfor %}