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 %}