Skip to content

Commit

Permalink
Set vetos attribute for merge ballots view
Browse files Browse the repository at this point in the history
  • Loading branch information
tienne-B authored Jan 19, 2025
1 parent d02465f commit 590cf37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tabbycat/results/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -972,6 +972,7 @@ def populate_objects(self, prefill=True):
messages.error(self.request, e)

# Vetos
self.vetos = None
try:
self.vetos = merge_motion_vetos(self.ballotsub, bs_motions)
except ValidationError as e:
Expand Down

0 comments on commit 590cf37

Please sign in to comment.