Removed asumption that a group of documents will always have the same metadata values, as such removing the clone metadata link from the document group action view

This commit is contained in:
Roberto Rosario
2011-07-02 02:22:20 -04:00
parent 6fea11c6e8
commit 65afc6d6d8
2 changed files with 2 additions and 8 deletions

View File

@@ -31,6 +31,6 @@ def document_group_view(request, document_id, document_group_id):
},
object_list=object_list['documents'],
extra_context={
'ref_object': document
'object': document
}
)