From 3fc713d8ecc06df60f22d04de60bb2df84d3e4c1 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 14 May 2013 14:03:44 +0200 Subject: [PATCH] =?UTF-8?q?Do=20not=20display=20two=20"=E2=80=94"=20when?= =?UTF-8?q?=20map=20has=20no=20description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- umap/templates/leaflet_storage/map_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/templates/leaflet_storage/map_list.html b/umap/templates/leaflet_storage/map_list.html index 9412738a..bff24db2 100644 --- a/umap/templates/leaflet_storage/map_list.html +++ b/umap/templates/leaflet_storage/map_list.html @@ -3,7 +3,7 @@ {% for map_inst in maps %}
{% map_fragment map_inst %} -
{{ map_inst.name }} — {% if map_inst.description %}«{{ map_inst.description }}» {% endif %}{% if map_inst.owner %}{% trans "Cured by" %} {{ map_inst.owner }}{% endif %} — {% trans "See this map!" %}
+
{{ map_inst.name }}{% if map_inst.description %} — «{{ map_inst.description }}» {% endif %}{% if map_inst.owner %}{% trans "Cured by" %} {{ map_inst.owner }}{% endif %} — {% trans "See this map!" %}
{% endfor %} {% if maps.has_next %}