From 4863698314d3aa52ec2c0f4cc5b83ae08ccfa2eb Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 23 Oct 2024 19:06:21 +0000 Subject: [PATCH] fix lot list showing closed lots --- auctions/filters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auctions/filters.py b/auctions/filters.py index d923f05..0a41893 100755 --- a/auctions/filters.py +++ b/auctions/filters.py @@ -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: