From 7660cb4236584e4d69b492d45133532a0a4d4791 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 12 Jul 2007 01:40:54 -0400 Subject: works? --- equations/templates/equations/equation_list.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'equations/templates/equations/equation_list.html') diff --git a/equations/templates/equations/equation_list.html b/equations/templates/equations/equation_list.html index c7a9632..549c38f 100644 --- a/equations/templates/equations/equation_list.html +++ b/equations/templates/equations/equation_list.html @@ -4,16 +4,16 @@ {% block content %} {% if object_list %} - +
{% for item in object_list %} - {% endfor %}
+
- + {{ item.name }}
-{% if not is_paginated %}
{% if not has_previous %} +{% if is_paginated %}
{% if has_previous %} <PREV {% endif %}{% if has_next %} NEXT> -- cgit v1.2.3