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 %} {% endif %}
</td> </td>
<td> <td>
<div class="pull-right">
{{ product.price|currency }} {{ product.price|currency }}
</div>
</td> </td>
</tr> </tr>
{% endfor %} {% endfor %}