Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kbayliss committed Aug 16, 2023
1 parent 638f2dc commit 2057def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tbxforms/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)

self.helper = FormHelper(self)
self.helper.form_class = "tbxforms" # Added for convenience only.
self.helper.form_class = "tbxforms" # "form.tbxforms" is used by our JS to add conditional field logic. # noqa: E501
self.helper.html5_required = True
self.helper.label_size = Size.MEDIUM
self.helper.legend_size = Size.MEDIUM
Expand Down

0 comments on commit 2057def

Please sign in to comment.