]> git.parisson.com Git - telemeta.git/commitdiff
fix some titles again
authoryomguy <yomguy@parisson.com>
Fri, 6 May 2011 11:06:30 +0000 (13:06 +0200)
committeryomguy <yomguy@parisson.com>
Fri, 6 May 2011 11:06:30 +0000 (13:06 +0200)
telemeta/templates/telemeta_default/geo_countries.html
telemeta/templates/telemeta_default/geo_country_collections.html

index 65ec1356457e9bdb1e43edac88407d8e139d0f95..66ef18048495c0092b4134fa1bc30ded648994db 100644 (file)
@@ -5,8 +5,8 @@
 {% block head_title %}{{ continent }} - {% trans "Geographic Navigator" %} - {{ block.super }}{% endblock %}
 
 {% block content %}
-<h3><a href="{% url telemeta-geo-continents %}">{% trans "World" %}</a> /
-  {{ continent }}</h3>
+<h1><img src="{% url telemeta-images "world_red.png" %}" style="vertical-align:middle" /> <a href="{% url telemeta-geo-continents %}">{% trans "World" %}</a> /
+  {{ continent }}</h1>
 <table class="listing">
 <tr>
     <th>{% trans "Country" %}</th>
index 4d4f107eeba3ab129ee67bae7b7001899c45754c..f12f97f99ec9199076e5f15e38ffdf085068f3dc 100644 (file)
@@ -5,9 +5,9 @@
 {% block head_title %}{{ country }} - {% trans "Geographic Navigator" %} - {{ block.super }}{% endblock %}
 
 {% block content %}
-<h3><a href="{% url telemeta-geo-continents %}">{% trans "World" %}</a> /
+<h1><img src="{% url telemeta-images "world_red.png" %}" style="vertical-align:middle" /> <a href="{% url telemeta-geo-continents %}">{% trans "World" %}</a> /
   <a href="{% url telemeta-geo-countries continent.flatname %}">{{ continent }}</a> 
-  / {{ country }}</h3>
+  / {{ country }}</h1>
 
 {% with object_list as collections %}
 <div class="fullpage">