Skip to content

Commit

Permalink
pass "horizontal_field_offset_class" to child renderers
Browse files Browse the repository at this point in the history
The "horizontal_field_offset_class" doesnt pass to child renderers (from form to fields), so it actually does't work as described in documentation.
  • Loading branch information
vmullagaliyev committed Nov 21, 2022
1 parent d3a0b30 commit f953301
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/django_bootstrap5/renderers.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def get_kwargs(self):
"size": self.size,
"horizontal_label_class": self.horizontal_label_class,
"horizontal_field_class": self.horizontal_field_class,
"horizontal_field_offset_class": self.horizontal_field_offset_class,
"checkbox_layout": self.checkbox_layout,
"checkbox_style": self.checkbox_style,
"inline_field_class": self.inline_field_class,
Expand Down

0 comments on commit f953301

Please sign in to comment.