From 582d782723dca4fba1a3e340713edaf4d8eee5f2 Mon Sep 17 00:00:00 2001 From: yomguy Date: Tue, 24 May 2011 11:25:49 +0200 Subject: [PATCH] fix a title style --- .../templates/telemeta_default/geo_country_items.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 %} -- 2.39.5