Tidy up version history file layout

This commit is contained in:
Tom Price
2015-05-18 15:04:37 +01:00
parent e63b7d5166
commit 0898e91fcb
2 changed files with 3 additions and 3 deletions

View File

@@ -51,7 +51,7 @@
<dt>Quantity</dt>
<dd>{{new.quantity}}</dd>
<dt>Price</dt>
<dd>{{new.price}}
<dd>{{new.cost}}
</dl>
</div>
{% endif %}
@@ -65,7 +65,7 @@
<dt>Quantity</dt>
<dd>{{old.quantity}}</dd>
<dt>Price</dt>
<dd>{{old.price}}
<dd>{{old.cost}}
</dl>
</div>
{% endif %}