revrting to a commit

This commit is contained in:
Faheed 2025-11-22 19:43:36 +03:00
parent a18baa0d73
commit 34e2224f80
2 changed files with 0 additions and 2453 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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',