Skip to content

Commit

Permalink
Hide help_text for Registration/Renewal length (#3642)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeD1rk authored Mar 13, 2024
1 parent 2393fa9 commit 6c0b7ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/registrations/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def __init__(self, *args, **kwargs):
)
)
self.fields["birthday"].widget.input_type = "date"
self.fields["length"].help_text = None

def clean(self):
if self.cleaned_data.get("phone_number") is not None: # pragma: no cover
Expand Down

0 comments on commit 6c0b7ff

Please sign in to comment.