From 9faf3b09100743876c73f72de7fe8bf47bd51fa9 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 19 Jan 2015 04:20:04 -0400 Subject: [PATCH] Use Pure's markup --- .../generic_list_horizontal_subtemplate.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/mayan/apps/main/templates/main/generic_list_horizontal_subtemplate.html b/mayan/apps/main/templates/main/generic_list_horizontal_subtemplate.html index da23b70c19..d19198d0a2 100644 --- a/mayan/apps/main/templates/main/generic_list_horizontal_subtemplate.html +++ b/mayan/apps/main/templates/main/generic_list_horizontal_subtemplate.html @@ -2,12 +2,12 @@

{{ title }}

- -
- {% for object in object_list %} -
- {{ object }} -
- {% endfor %} -
+ + +
+ {% for object in object_list %} +
+ {{ object }} +
+ {% endfor %}