From 3c647ec2dd3fa9ee5b4614bf495fedd9ac1c7b8d Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sun, 24 Nov 2013 16:27:02 +0100 Subject: [PATCH] We no not store description as a separate column anymore --- 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 813d773c..a36c9f6f 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 "Cooked up by" %} {{ map_inst.owner }}{% endif %} — {% trans "See this map!" %}
+
{{ map_inst.name }}{% if map_inst.owner %} {% trans "Cooked up by" %} {{ map_inst.owner }}{% endif %} — {% trans "See this map!" %}
{% endfor %} {% if maps.has_next %}