wcs, category cell: remove obsolete link_page in form (#7421, cont.)

This commit is contained in:
Thomas NOËL 2015-05-29 18:11:50 +02:00
parent b0e8071708
commit fe4c97aac5
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class WcsFormCellForm(forms.ModelForm):
class WcsCategoryCellForm(forms.ModelForm):
class Meta:
model = WcsCategoryCell
fields = ('category_reference', 'link_page')
fields = ('category_reference',)
def __init__(self, *args, **kwargs):
super(WcsCategoryCellForm, self).__init__(*args, **kwargs)