From: floguy Date: Fri, 30 May 2008 03:38:49 +0000 (+0000) Subject: Added more granular control over the default template output, and also got a handle... X-Git-Tag: 1.0.6~48 X-Git-Url: https://git.mdrn.pl/django-pagination.git/commitdiff_plain/7d64551becae487caf199fb05d45e31a3f250871?ds=sidebyside 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 --- 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