From: Guillaume Pellerin Date: Thu, 12 Feb 2015 17:21:59 +0000 (+0100) Subject: fix load X-Git-Tag: 1.5.1~1^2~5 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=637e10cdb9eef903ad3890365477cd7f41a89a67;p=telemeta.git fix load --- 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 %}