Skip to content

Commit

Permalink
Merge pull request #252 from iragm/fix-recommended
Browse files Browse the repository at this point in the history
fix lot list showing closed lots
  • Loading branch information
iragm authored Oct 23, 2024
2 parents 13f3681 + 4863698 commit abaff4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auctions/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def __init__(self, *args, **kwargs):
except:
pass
# "all", "open", "unsold", or "ended". If regarding an auction, should default to all
self.status = "all"
self.status = "open"
self.showShipping = True
self.shippingLocation = 52 # USA, later we might set this with a cookie like we do with lat and lng
if self.user.is_authenticated:
Expand Down

0 comments on commit abaff4f

Please sign in to comment.