Remove the filename re use checkbox from the document edit form

This commit is contained in:
Roberto Rosario
2011-12-06 02:05:05 -04:00
parent 197d3b4642
commit 6b87c8fab1

View File

@@ -235,6 +235,7 @@ class DocumentForm_edit(DocumentForm):
self.fields.pop('release_level')
self.fields.pop('version_update')
self.fields.pop('comment')
self.fields.pop('use_file_name')
class DocumentPropertiesForm(DetailForm):