Removd debug statement
This commit is contained in:
@@ -49,7 +49,6 @@ class WebFormForm(DocumentForm):
|
|||||||
show_expand = kwargs.pop('show_expand', False)
|
show_expand = kwargs.pop('show_expand', False)
|
||||||
self.source = kwargs.pop('source')
|
self.source = kwargs.pop('source')
|
||||||
super(WebFormForm, self).__init__(*args, **kwargs)
|
super(WebFormForm, self).__init__(*args, **kwargs)
|
||||||
print self.instance
|
|
||||||
|
|
||||||
if show_expand:
|
if show_expand:
|
||||||
self.fields['expand'] = forms.BooleanField(
|
self.fields['expand'] = forms.BooleanField(
|
||||||
|
|||||||
Reference in New Issue
Block a user