Skip to content

Commit 2ddee11

Browse files
committed
Fix RadioSelect object has no attribute renderer
1 parent ef05ad3 commit 2ddee11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

junction/proposals/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def _get_proposal_section_reviewer_vote_choices(conference):
6666
return values
6767

6868

69-
class HorizRadioRenderer(forms.RadioSelect.renderer):
69+
class HorizRadioRenderer(forms.RadioSelect):
7070

7171
"""
7272
This overrides widget method to put radio buttons horizontally instead of vertically.

0 commit comments

Comments
 (0)