Skip to content

Commit

Permalink
Filter out results whose ballots are not marked as available for release
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMwashuma committed Oct 29, 2024
1 parent a1acfb7 commit 304bff4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2168,6 +2168,7 @@ def get_results(request):
result_form__tally__id=tally_id,
result_form__form_state=FormState.ARCHIVED,
entry_version=EntryVersion.FINAL,
result_form__ballot__available_for_release=True,
active=True)
qs = results_queryset(
tally_id,
Expand Down

0 comments on commit 304bff4

Please sign in to comment.