From: Guillaume Pellerin Date: Thu, 13 Nov 2014 01:38:21 +0000 (+0100) Subject: fix geo links X-Git-Tag: 1.5.0rc1~27^2~45 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ee874488da4c1c01c4460f6fab57a8fd2c84e6d5;p=telemeta.git fix geo links --- 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 %}