From b5b4185048ec293b513e414d7200d282aee64ac1 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 21 Jul 2017 01:40:11 -0400 Subject: [PATCH] Use the list item template for the document download selection view. Signed-off-by: Roberto Rosario --- mayan/apps/documents/views/document_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/apps/documents/views/document_views.py b/mayan/apps/documents/views/document_views.py index fe33e2033a..2d530a1f2a 100644 --- a/mayan/apps/documents/views/document_views.py +++ b/mayan/apps/documents/views/document_views.py @@ -416,7 +416,7 @@ class DocumentDownloadFormView(FormView): def get_extra_context(self): subtemplates_list = [ { - 'name': 'appearance/generic_list_subtemplate.html', + 'name': 'appearance/generic_list_items_subtemplate.html', 'context': { 'object_list': self.queryset, 'hide_link': True,