Skip to content

Commit

Permalink
remove (non-functional) trusted field
Browse files Browse the repository at this point in the history
  • Loading branch information
jclgoodwin committed Oct 6, 2024
1 parent adb8a69 commit 092fec1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions accounts/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
EmailField,
EmailInput,
Form,
NullBooleanField,
)
from turnstile.fields import TurnstileField

Expand Down Expand Up @@ -67,7 +66,6 @@ class UserForm(Form):
name = CharField(
required=False, label="Username", validators=[UnicodeUsernameValidator()]
)
trusted = NullBooleanField()


class DeleteForm(Form):
Expand Down

0 comments on commit 092fec1

Please sign in to comment.