Small updates and fixes

This commit is contained in:
Roberto Rosario
2012-02-02 09:33:28 -04:00
parent 1eabbf90cd
commit 2c6339b56a
6 changed files with 37 additions and 41 deletions

View File

@@ -22,6 +22,6 @@ class IndexTemplateNodeForm(forms.ModelForm):
super(IndexTemplateNodeForm, self).__init__(*args, **kwargs)
self.fields['index'].widget = forms.widgets.HiddenInput()
self.fields['parent'].widget = forms.widgets.HiddenInput()
class Meta:
model = IndexTemplateNode