From: Guillaume Pellerin Date: Thu, 12 Feb 2015 17:25:58 +0000 (+0100) Subject: fix geo columns width X-Git-Tag: 1.5.1~1^2~4 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6d8d2f0df90e9b7ab9e0932474a4b6d2fdf6ec5f;p=telemeta.git fix geo columns width --- 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" %}