Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions pycompanies/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

from .models import Company, UserCompanyProfile


class CompanyForm(forms.ModelForm):
"""A PyAr companies form."""

Expand Down Expand Up @@ -42,7 +41,6 @@ class Meta:
fields = ['name', 'photo', 'link', 'description']
model = Company


class UserCompanyForm(forms.ModelForm):
"""A PyAr user companies form."""

Expand Down