Hide the title link of documents in the trash.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-08-15 03:47:03 -04:00
parent 52ef2f3dae
commit 954dd8b994
2 changed files with 2 additions and 0 deletions

View File

@@ -45,6 +45,7 @@
- Add link to view the events of a tag.
- Add support for subscribing to the events of a tag.
- Add the tag events view permissions to the tag model ACL.
- Hide the title link of documents in the trash.
3.0.1 (2018-07-08)

View File

@@ -119,6 +119,7 @@ class DeletedDocumentListView(DocumentListView):
context = super(DeletedDocumentListView, self).get_extra_context()
context.update(
{
'hide_link': True,
'title': _('Documents in trash'),
}
)