Skip to content

Commit

Permalink
refactor(widgets): rename to convention
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Jul 13, 2023
1 parent a0e738c commit 3d1c28f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benefits/core/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ def __init__(self, pattern=None, placeholder=None, **kwargs):
class VerifierRadioSelect(widgets.RadioSelect):
"""A radio select input styled for the Eligibility Verifier"""

template_name = "core/widgets/verifier_radio_select.html"
option_template_name = "core/widgets/verifier_radio_select_option.html"
template_name = "core/widgets/verifier-radio-select.html"
option_template_name = "core/widgets/verifier-radio-select-option.html"

def __init__(self, selection_label_templates=(), *args, **kwargs):
super().__init__(*args, **kwargs)
Expand Down

0 comments on commit 3d1c28f

Please sign in to comment.