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: