From ee874488da4c1c01c4460f6fab57a8fd2c84e6d5 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 13 Nov 2014 02:38:21 +0100 Subject: [PATCH] fix geo links --- telemeta/templates/telemeta/geo_countries.html | 4 ++-- telemeta/templates/telemeta/geo_country_items.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/telemeta/templates/telemeta/geo_countries.html b/telemeta/templates/telemeta/geo_countries.html index 12f15286..6d81e04b 100644 --- a/telemeta/templates/telemeta/geo_countries.html +++ b/telemeta/templates/telemeta/geo_countries.html @@ -20,14 +20,14 @@ {{ country }} {% with country.collections.count as num %} - + {% blocktrans count num as counter %}1 collection{% plural %}{{ counter }} collections{% endblocktrans %} {% endwith %} {% with country.items.count as num %} - + {% blocktrans count num as counter %}1 item{% plural %}{{ counter }} items {% endblocktrans %} {% endwith %} diff --git a/telemeta/templates/telemeta/geo_country_items.html b/telemeta/templates/telemeta/geo_country_items.html index b28ac69f..ffd1469c 100644 --- a/telemeta/templates/telemeta/geo_country_items.html +++ b/telemeta/templates/telemeta/geo_country_items.html @@ -6,7 +6,7 @@ {% block title %} {% trans "World" %} / - {{ continent }} + {{ continent }} / {{ country }} {% endblock title %} -- 2.39.5