From 7d64551becae487caf199fb05d45e31a3f250871 Mon Sep 17 00:00:00 2001 From: floguy Date: Fri, 30 May 2008 03:38:49 +0000 Subject: [PATCH] Added more granular control over the default template output, and also got a handle on how much whitespace was being generated. git-svn-id: https://django-pagination.googlecode.com/svn/trunk@9 7f1efe38-554e-0410-b69d-834cb44da2d5 --- .../templates/pagination/pagination.html | 24 +++---------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/pagination/templates/pagination/pagination.html b/pagination/templates/pagination/pagination.html index fbb678d..631075a 100644 --- a/pagination/templates/pagination/pagination.html +++ b/pagination/templates/pagination/pagination.html @@ -1,25 +1,7 @@ {% if is_paginated %} {% endif %} \ No newline at end of file -- 2.20.1