Use the list item template for the document download selection view.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2017-07-21 01:40:11 -04:00
parent 2693b3f3f1
commit b5b4185048

View File

@@ -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,