From f3c85569f394b2019fcd56a55bf2d6aacb67e5a5 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 11 Aug 2008 20:50:21 -0700 Subject: transition for django 1 alpha2; seems to be all good --- equations/templates/equations/symbol_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'equations/templates/equations/symbol_list.html') diff --git a/equations/templates/equations/symbol_list.html b/equations/templates/equations/symbol_list.html index 1983b3f..99c4f55 100644 --- a/equations/templates/equations/symbol_list.html +++ b/equations/templates/equations/symbol_list.html @@ -8,7 +8,7 @@ {% for item in object_list %} - + {{ item.name }} {% endfor %} -- cgit v1.2.3