We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1113f5 commit 5eefc48Copy full SHA for 5eefc48
1 file changed
junction/proposals/forms.py
@@ -66,7 +66,7 @@ def _get_proposal_section_reviewer_vote_choices(conference):
66
return values
67
68
69
-class HorizRadioRenderer(forms.RadioSelect.renderer):
+class HorizRadioRenderer(forms.RadioSelect):
70
71
"""
72
This overrides widget method to put radio buttons horizontally instead of vertically.
0 commit comments