Fix linters
This commit is contained in:
parent
9d8c588b78
commit
e9cbc8e623
10 changed files with 8 additions and 14 deletions
|
|
@ -32,7 +32,6 @@ class UserForm(forms.ModelForm):
|
|||
fields = ('first_name', 'last_name', 'username', 'email',)
|
||||
|
||||
|
||||
|
||||
class ProfileForm(forms.ModelForm):
|
||||
"""
|
||||
A form for the extras field provided by the :model:`member.Profile` model.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue