]> git.parisson.com Git - telemeta.git/commitdiff
fix load
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 12 Feb 2015 17:21:59 +0000 (18:21 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 12 Feb 2015 17:21:59 +0000 (18:21 +0100)
telemeta/templates/telemeta/geo_country_collections.html
telemeta/templates/telemeta/geo_country_items.html

index 17da117d056383410f40e787f9be28fadb1ea7b7..8bebee8d6f23704c3d00596377013aca000a70d6 100644 (file)
@@ -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 %}
 
index 252c51184960b58a4a22861c2e361581f607f154..28b2bbf47425a0a97de61819a2c0100c0910d515 100644 (file)
@@ -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 %}