From 7c08296772dfcb9084070788bd625ae3c714d3e6 Mon Sep 17 00:00:00 2001 From: Ludvig Wadenstein Date: Sun, 19 May 2013 20:56:41 +0200 Subject: [PATCH] Fixed bug with modellist if more than one item --- djadmin2/templates/admin2/bootstrap/model_list.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/djadmin2/templates/admin2/bootstrap/model_list.html b/djadmin2/templates/admin2/bootstrap/model_list.html index 0e2e54b..9259edd 100644 --- a/djadmin2/templates/admin2/bootstrap/model_list.html +++ b/djadmin2/templates/admin2/bootstrap/model_list.html @@ -36,10 +36,12 @@ {% for obj in object_list %} - - - {{ obj }} - + + + + {{ obj }} + + {% endfor %}