You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Seeing this in the error reports. This line in particular, the count key is not present:
else:
ifself.cleaned_data['count'] ==0:
raiseforms.ValidationError(
'You chose accept with 0 prizes. Perhaps you meant to click the other button? If you do not want any of your prizes, simply click the deny button.'
)
To Reproduce
Steps to reproduce the behavior:
Not sure yet. Can't tell from the automated reports if this is the form itself being broken, or not dealing with broken requests robustly.
Expected behavior
Form should display an error if there's an actual error, rather than triggering a 500.
The text was updated successfully, but these errors were encountered:
Describe the bug
Seeing this in the error reports. This line in particular, the
count
key is not present:To Reproduce
Steps to reproduce the behavior:
Expected behavior
Form should display an error if there's an actual error, rather than triggering a 500.
The text was updated successfully, but these errors were encountered: