From 8b244dd43840aba58d2a49c5bdee0b752675acd5 Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Sat, 5 Oct 2019 10:44:43 -0500 Subject: [PATCH] Fixed shop location in item listing template --- GeoffreyApp/templates/GeoffreyApp/itemlisting_table.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GeoffreyApp/templates/GeoffreyApp/itemlisting_table.html b/GeoffreyApp/templates/GeoffreyApp/itemlisting_table.html index 8f6bc6c..9055d5c 100644 --- a/GeoffreyApp/templates/GeoffreyApp/itemlisting_table.html +++ b/GeoffreyApp/templates/GeoffreyApp/itemlisting_table.html @@ -6,8 +6,8 @@ Price Price Per Item {% if show_shop %} - Shop Location Shop + Shop Location {% endif %} @@ -19,8 +19,8 @@ {{ item.price }}D {{ item.normalized_price }}D {% if show_shop %} - {{ item.shop.location }} {{ item.shop.name }} + {{ item.shop.position }} {% endif %} {% endfor %}