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 %}