revrting to a commit
This commit is contained in:
parent
a18baa0d73
commit
34e2224f80
File diff suppressed because it is too large
Load Diff
@ -5784,7 +5784,6 @@ class MeetingListView(ListView):
|
||||
paginate_by = 100
|
||||
|
||||
def get_queryset(self):
|
||||
print("hoo")
|
||||
# Start with a base queryset, ensuring an InterviewLocation link exists.
|
||||
queryset = super().get_queryset().filter(interview_location__isnull=False).select_related(
|
||||
'interview_location',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user