From d6394c5e3b98eecdbbe4bb59d7b7c80ff3ba8072 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 4 Dec 2018 00:05:28 -0400 Subject: [PATCH] List template: Add missing closing tag Signed-off-by: Roberto Rosario --- .../templates/appearance/generic_list_subtemplate.html | 1 + 1 file changed, 1 insertion(+) diff --git a/mayan/apps/appearance/templates/appearance/generic_list_subtemplate.html b/mayan/apps/appearance/templates/appearance/generic_list_subtemplate.html index 07a67d0085..da1feb0608 100644 --- a/mayan/apps/appearance/templates/appearance/generic_list_subtemplate.html +++ b/mayan/apps/appearance/templates/appearance/generic_list_subtemplate.html @@ -119,6 +119,7 @@ {% endif %} + {% endfor %}