]> git.parisson.com Git - telemeta.git/commitdiff
fix a title style
authoryomguy <yomguy@parisson.com>
Tue, 24 May 2011 09:25:49 +0000 (11:25 +0200)
committeryomguy <yomguy@parisson.com>
Tue, 24 May 2011 09:25:49 +0000 (11:25 +0200)
telemeta/templates/telemeta_default/geo_country_items.html

index f8167b592cfb3e1b05355a3645ff14657bc82544..d1e18299f7d7ee88f77ca7cde6bdd5ceb5e00cdd 100644 (file)
@@ -4,15 +4,16 @@
 
 {% block head_title %}{{ country }} - {% trans "Geographic Navigator" %} - {{ block.super }}{% endblock %}
 
-{% block content %}
-<h3><a href="{% url telemeta-geo-continents %}">{% trans "World" %}</a> /
+{% block title %}
+<a href="{% url telemeta-geo-continents %}">{% trans "World" %}</a> /
   <a href="{% url telemeta-geo-countries continent.flatname %}">{{ continent }}</a> 
-  / {{ country }}</h3>
+  / {{ country }}
+{% endblock title %}
 
+{% block content %}
 {% with object_list as items %}
 <div class="fullpage">
 {% include "telemeta/inc/mediaitem_list.html" %}
 </div>
 {% endwith %}
-
 {% endblock %}