We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8107e commit 50b3239Copy full SHA for 50b3239
dsfr/utils.py
@@ -117,7 +117,7 @@ def generate_summary_items(sections_names: list) -> list:
117
return items
118
119
120
-def dsfr_input_class_attr(bf: BoundField, *args, **kwargs):
+def dsfr_input_class_attr(bf: BoundField):
121
if not bf:
122
raise AttributeError(
123
"Either dsfr_form_field or dsfr_input_class_attr has been called with a non-existing field name."
0 commit comments