@ -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()