From 637e10cdb9eef903ad3890365477cd7f41a89a67 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 12 Feb 2015 18:21:59 +0100 Subject: [PATCH] fix load --- telemeta/templates/telemeta/geo_country_collections.html | 3 ++- telemeta/templates/telemeta/geo_country_items.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/telemeta/templates/telemeta/geo_country_collections.html b/telemeta/templates/telemeta/geo_country_collections.html index 17da117d..8bebee8d 100644 --- a/telemeta/templates/telemeta/geo_country_collections.html +++ b/telemeta/templates/telemeta/geo_country_collections.html @@ -1,6 +1,7 @@ {% extends "telemeta/base.html" %} -{% load telemeta_utils %} {% load i18n %} +{% load telemeta_utils %} +{% load bootstrap_pagination %} {% block head_title %}{{ country }} - {% trans "Geographic Navigator" %} - {{ block.super }}{% endblock %} diff --git a/telemeta/templates/telemeta/geo_country_items.html b/telemeta/templates/telemeta/geo_country_items.html index 252c5118..28b2bbf4 100644 --- a/telemeta/templates/telemeta/geo_country_items.html +++ b/telemeta/templates/telemeta/geo_country_items.html @@ -1,6 +1,7 @@ {% extends "telemeta/base.html" %} -{% load telemeta_utils %} {% load i18n %} +{% load telemeta_utils %} +{% load bootstrap_pagination %} {% block head_title %}{{ country }} - {% trans "Geographic Navigator" %} - {{ block.super }}{% endblock %} -- 2.39.5