Fixed Tenant import

This commit is contained in:
Jeremy Stretch
2016-07-26 17:47:40 -04:00
parent 27c21237ff
commit 41b2b7dbf6
2 changed files with 9 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ class TenantFromCSVForm(forms.ModelForm):
class Meta:
model = Tenant
fields = ['name', 'slug', 'group', 'description', 'comments']
fields = ['name', 'slug', 'group', 'description']
class TenantImportForm(BulkImportForm, BootstrapMixin):