Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Apr 15, 2021
1 parent 90d1168 commit 1743ff5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/test_bootstrap_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ class TestForm(forms.Form):
(
'<div class="django_bootstrap5-req mb-3">'
'<div class="form-check">'
'<input class="form-check-input" id="id_test" name="test" required type="checkbox"><label class="form-check-label" for="id_test">'
'<input class="form-check-input" id="id_test" name="test" required type="checkbox">'
'<label class="form-check-label" for="id_test">'
"Test"
"</label>"
),
Expand Down
3 changes: 2 additions & 1 deletion tests/test_bootstrap_field_horizontal.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ class TestForm(forms.Form):
'<div class="django_bootstrap5-req mb-3 row">'
'<div class="col-sm-10 offset-sm-2">'
'<div class="form-check">'
'<input class="form-check-input" id="id_test" name="test" required type="checkbox"><label class="form-check-label" for="id_test">'
'<input class="form-check-input" id="id_test" name="test" required type="checkbox">'
'<label class="form-check-label" for="id_test">'
"Test"
"</label>"
"</div>"
Expand Down

0 comments on commit 1743ff5

Please sign in to comment.