Skip to content

Commit

Permalink
Remove unused ResetPasswordForm.
Browse files Browse the repository at this point in the history
`ResetPasswordForm` has not been referenced since #2750 / commit
5ff6e21 removed the `ResetPassword` view. It
appears that not removing the form was an oversight.
  • Loading branch information
mikerkelly committed Oct 22, 2024
1 parent d1e4103 commit 089628b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions jobserver/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ class ProjectMembershipForm(RolesForm):
pass


class ResetPasswordForm(forms.Form):
email = forms.EmailField(widget=forms.EmailInput(attrs={"autocomplete": "email"}))


class WorkspaceArchiveToggleForm(forms.Form):
is_archived = forms.BooleanField(required=False)

Expand Down

0 comments on commit 089628b

Please sign in to comment.