diff --git a/bookshare/core/templates/bids_row.html b/bookshare/core/templates/bids_row.html index 41ecd303b0bd3aff611f4f14f11540544cb640f9..92759cef1329774c17d483ad87b2cb168cdd4f1d 100644 --- a/bookshare/core/templates/bids_row.html +++ b/bookshare/core/templates/bids_row.html @@ -17,7 +17,13 @@ Active {% endif %} -

{{ bid.listing.course_abbr }}

+

+ {% if bid.listing.course_abbr %} + {{ bid.listing.course_abbr }} + {% else %} + — + {% endif %} +

${{ bid.price }} {% if bid == bid.listing.winning_bid %}