We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e1172 commit 0a76576Copy full SHA for 0a76576
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