diff --git a/accounts/models.py b/accounts/models.py index 1a68fa90..f083854c 100644 --- a/accounts/models.py +++ b/accounts/models.py @@ -343,7 +343,7 @@ class EventFilter(models.Model): def get_queryset(self): Exposition = get_model('exposition', 'Exposition') - qs = Exposition.objects.all() + qs = Exposition.enable.upcoming() themes = self.theme.all() tags = self.tag.all() countries = self.country.all()