Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
estyxx committed Jan 21, 2024
1 parent eb78c1a commit 929f5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/grants/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ def get_queryset(self, request):
submission__speaker_id__isnull=False,
).values_list("submission__speaker_id", flat=True)

# Fetch speakers who proposed a talk (not confirmed)
# Fetch speakers who proposed a submission (not confirmed)
self.proposed_speaker_ids = Submission.objects.filter(
conference__id__in=all_conference_ids,
).values_list("speaker_id", flat=True)
Expand Down

0 comments on commit 929f5d2

Please sign in to comment.