Don't show full document version label in the heading of the document
version list view. Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -42,6 +42,7 @@ class DocumentVersionListView(SingleObjectListView):
|
||||
|
||||
def get_extra_context(self):
|
||||
return {
|
||||
'hide_object': True,
|
||||
'list_as_items': True,
|
||||
'object': self.get_document(),
|
||||
'title': _('Versions of document: %s') % self.get_document(),
|
||||
|
||||
Reference in New Issue
Block a user