Skip to content

Commit 2057def

Browse files
committed
Update comment
1 parent 638f2dc commit 2057def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tbxforms/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def __init__(self, *args, **kwargs):
2626
super().__init__(*args, **kwargs)
2727

2828
self.helper = FormHelper(self)
29-
self.helper.form_class = "tbxforms" # Added for convenience only.
29+
self.helper.form_class = "tbxforms" # "form.tbxforms" is used by our JS to add conditional field logic. # noqa: E501
3030
self.helper.html5_required = True
3131
self.helper.label_size = Size.MEDIUM
3232
self.helper.legend_size = Size.MEDIUM

0 commit comments

Comments
 (0)