Skip to content

Commit

Permalink
tweak to pass linter
Browse files Browse the repository at this point in the history
  • Loading branch information
culbert committed May 8, 2024
1 parent 2e53125 commit 61fe241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/regapp/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class CreateAccountForm(forms.Form):
username = forms.CharField(
max_length=100,
label="Preferred Username",
widget=forms.TextInput(attrs={"readonly":"readonly"})
widget=forms.TextInput(attrs={"readonly": "readonly"})
)
first_name = forms.CharField(
max_length=100,
Expand Down

0 comments on commit 61fe241

Please sign in to comment.