parent
6ceec954d8
commit
cc0c798f5a
@ -380,7 +380,7 @@ class EventModerateView(
|
|||||||
|
|
||||||
# select events after the current one
|
# select events after the current one
|
||||||
if start_time:
|
if start_time:
|
||||||
qs = qs.filter(Q(start_day__gt=start_day)|(Q(start_day=start_day) & (Q(start_time__isnull=True)|Q(start_time__gte=start_time))))
|
qs = qs.filter(Q(start_day__gt=start_day)|(Q(start_day=start_day) & (Q(start_time__isnull=True)|Q(start_time__gt=start_time))))
|
||||||
else:
|
else:
|
||||||
qs = qs.filter(start_day__gte=start_day)
|
qs = qs.filter(start_day__gte=start_day)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user