diff --git a/games/templates/stats.html b/games/templates/stats.html
index b75c6f1..af2c012 100644
--- a/games/templates/stats.html
+++ b/games/templates/stats.html
@@ -253,7 +253,7 @@
{% for purchase in purchased_unfinished %}
{% partial purchase-name %} |
- {{ purchase.price }} |
+ {{ purchase.converted_price }} |
{{ purchase.date_purchased | date:"d/m/Y" }} |
{% endfor %}
@@ -274,7 +274,7 @@
{% for purchase in all_purchased_this_year %}
{% partial purchase-name %} |
- {{ purchase.price }} |
+ {{ purchase.converted_price }} |
{{ purchase.date_purchased | date:"d/m/Y" }} |
{% endfor %}