From 5c0fcb86d47fcce04b22cb39307c811ba068e195 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 14 May 2013 14:05:05 +0200 Subject: [PATCH] Missing a space... --- 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 bff24db2..2d8a70dd 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 %}