From: yomguy Date: Tue, 24 May 2011 09:25:49 +0000 (+0200) Subject: fix a title style X-Git-Tag: 1.1~166 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=582d782723dca4fba1a3e340713edaf4d8eee5f2;p=telemeta.git fix a title style --- diff --git a/telemeta/templates/telemeta_default/geo_country_items.html b/telemeta/templates/telemeta_default/geo_country_items.html index f8167b59..d1e18299 100644 --- a/telemeta/templates/telemeta_default/geo_country_items.html +++ b/telemeta/templates/telemeta_default/geo_country_items.html @@ -4,15 +4,16 @@ {% block head_title %}{{ country }} - {% trans "Geographic Navigator" %} - {{ block.super }}{% endblock %} -{% block content %} -

{% trans "World" %} / +{% block title %} +{% trans "World" %} / {{ continent }} - / {{ country }}

+ / {{ country }} +{% endblock title %} +{% block content %} {% with object_list as items %}
{% include "telemeta/inc/mediaitem_list.html" %}
{% endwith %} - {% endblock %}