Skip to content

Commit b3a27f4

Browse files
bckohancarltongibson
authored andcommitted
Update filterset.py
Remove the template_pack setter on rest_framework cripsy forms. This lets crispy forms decide what the template pack should be.
1 parent fdec648 commit b3a27f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

django_filters/rest_framework/filterset.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ def form(self):
3434
]
3535
helper = FormHelper()
3636
helper.form_method = "GET"
37-
helper.template_pack = "bootstrap3"
3837
helper.layout = Layout(*layout_components)
3938

4039
form.helper = helper

0 commit comments

Comments
 (0)