From 6d8d2f0df90e9b7ab9e0932474a4b6d2fdf6ec5f Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 12 Feb 2015 18:25:58 +0100 Subject: [PATCH] fix geo columns width --- telemeta/templates/telemeta/geo_country_collections.html | 4 ++-- telemeta/templates/telemeta/geo_country_items.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/telemeta/templates/telemeta/geo_country_collections.html b/telemeta/templates/telemeta/geo_country_collections.html index 8bebee8d..ec42fbfb 100644 --- a/telemeta/templates/telemeta/geo_country_collections.html +++ b/telemeta/templates/telemeta/geo_country_collections.html @@ -8,11 +8,11 @@ {% block title %}
-
+
geo-country {% trans "World" %} / {{ continent }} / {{ country }} ({{ page_obj.start_index }} - {{ page_obj.end_index }} / {{ count }})
-
+
{% bootstrap_paginate page_obj range=10 show_first_last="True" %}
 
diff --git a/telemeta/templates/telemeta/geo_country_items.html b/telemeta/templates/telemeta/geo_country_items.html index 28b2bbf4..08e5dce4 100644 --- a/telemeta/templates/telemeta/geo_country_items.html +++ b/telemeta/templates/telemeta/geo_country_items.html @@ -7,11 +7,11 @@ {% block title %}
-
+
geo-country {% trans "World" %} / {{ continent }} / {{ country }} ({{ page_obj.start_index }} - {{ page_obj.end_index }} / {{ count }})
-
+
{% bootstrap_paginate page_obj range=10 show_first_last="True" %}
 
-- 2.39.5