From 42257a17508ec4302bcadb10dcbdfd5c893bbf26 Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Sat, 5 Oct 2019 10:47:05 -0500 Subject: [PATCH] Restricted price per item to 3 decimal points --- GeoffreyApp/templates/GeoffreyApp/itemlisting_table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GeoffreyApp/templates/GeoffreyApp/itemlisting_table.html b/GeoffreyApp/templates/GeoffreyApp/itemlisting_table.html index 9055d5c..a32be4e 100644 --- a/GeoffreyApp/templates/GeoffreyApp/itemlisting_table.html +++ b/GeoffreyApp/templates/GeoffreyApp/itemlisting_table.html @@ -17,7 +17,7 @@ {{ item.item_name }} {{ item.amount }} {{ item.price }}D - {{ item.normalized_price }}D + {{ item.normalized_price|floatformat:3 }}D {% if show_shop %} {{ item.shop.name }} {{ item.shop.position }}