From d9a4e799548c30763d240744270d41111250efab Mon Sep 17 00:00:00 2001 From: Daniel W Bond Date: Wed, 4 Mar 2020 01:07:49 -0500 Subject: [PATCH] refer directly to listing title (a required field) rather than to its isbn --- bookshare/core/templates/bids_row.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookshare/core/templates/bids_row.html b/bookshare/core/templates/bids_row.html index 37b4440..41ecd30 100644 --- a/bookshare/core/templates/bids_row.html +++ b/bookshare/core/templates/bids_row.html @@ -5,7 +5,7 @@ {% endif %}

{{ bid.created|date:"m/d/y" }}

-

{{ bid.listing.isbn|isbn_name|title }}

+

{{ bid.listing.title }}

{% if bid.listing.exchanged %} Exchanged -- GitLab