From 6150ebc0362118789c8f3d7b57d93f68dc1cd62d Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 27 Feb 2013 23:44:18 +0100 Subject: More Django 1.5 compatibility fixes --- hyperkitty/templates/paginator.html | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'hyperkitty/templates') diff --git a/hyperkitty/templates/paginator.html b/hyperkitty/templates/paginator.html index 1b3ad90..a7559ec 100644 --- a/hyperkitty/templates/paginator.html +++ b/hyperkitty/templates/paginator.html @@ -1,11 +1,23 @@ {% load i18n %} -- cgit