From 0236a5cc07202aaa2c1bb455f833c5ef1bd18393 Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Thu, 23 May 2013 22:34:15 +0200 Subject: [PATCH] small correction on model naming --- djadmin2/templates/admin2/bootstrap/model_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djadmin2/templates/admin2/bootstrap/model_list.html b/djadmin2/templates/admin2/bootstrap/model_list.html index bc677c7..1f4ca99 100644 --- a/djadmin2/templates/admin2/bootstrap/model_list.html +++ b/djadmin2/templates/admin2/bootstrap/model_list.html @@ -53,7 +53,7 @@ - {{ object_list|length }} {{ model }}{{ object_list|pluralize }} + {{ object_list|length }} {{ model|model_verbose_name }}