From b348f490c98762b4dfc343b5c2bf5823f821286a Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Thu, 17 Nov 2011 17:27:10 +0100 Subject: [PATCH] tag lib name update --- wolnelektury/templates/catalogue/main_page.html | 2 +- wolnelektury/templates/info/join_us.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wolnelektury/templates/catalogue/main_page.html b/wolnelektury/templates/catalogue/main_page.html index 8071e3748..ba9e6765b 100644 --- a/wolnelektury/templates/catalogue/main_page.html +++ b/wolnelektury/templates/catalogue/main_page.html @@ -1,6 +1,6 @@ {% extends "base.html" %} {% load i18n %} -{% load catalogue_tags chunks cache stats %} +{% load catalogue_tags chunks cache reporting_stats %} {% block tagline %} diff --git a/wolnelektury/templates/info/join_us.html b/wolnelektury/templates/info/join_us.html index fee416ea0..92c1fd044 100644 --- a/wolnelektury/templates/info/join_us.html +++ b/wolnelektury/templates/info/join_us.html @@ -1,5 +1,5 @@ {% load i18n %} -{% load stats %} +{% load reporting_stats %} {% count_books_nonempty book_count %}

-- 2.20.1