Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
e-martinsson committed Aug 7, 2023
1 parent af0a76e commit 9f32855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion companies/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ class CompanySearchForm(forms.Form):
)
q = forms.CharField(
label="Search:",
required = False,
required=False,
)


Expand Down

0 comments on commit 9f32855

Please sign in to comment.